<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Is there an API version of Accep.js of Authorize.net Accept.dispatchData(secureData, responseHan in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Is-there-an-API-version-of-Accep-js-of-Authorize-net-Accept/m-p/76706#M47944</link>
    <description>&lt;P&gt;After much research it appears that there isn't a way to receive a payment nonce without accept.js. It is a pitty and I wish there is an option for it in the future through the API.&lt;/P&gt;</description>
    <pubDate>Tue, 08 Jun 2021 14:38:49 GMT</pubDate>
    <dc:creator>toni78</dc:creator>
    <dc:date>2021-06-08T14:38:49Z</dc:date>
    <item>
      <title>Is there an API version of Accep.js of Authorize.net Accept.dispatchData(secureData, responseHandler</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Is-there-an-API-version-of-Accep-js-of-Authorize-net-Accept/m-p/76508#M47799</link>
      <description>&lt;P&gt;I have a solution where the user will select a bundle of items and services where they come from different merchants. One of the merchants requires the usage of Accept.js of Authorize.Net to obtain a payment nonce.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Merchant provides me with a client Key and Login ID, used by Accept.js’s Dispatch Data Method, and by calling Accept.dispatchData(secureData, responseHandler) a payment nonce is returned. I take this payment nonce and pass it to the Merchant through its API “PlaceOrder” call.&lt;/P&gt;&lt;P&gt;The issue with Accept.js is that it requires an input form on a website, where payment information (credit card) is intercepted and sent to Authorize.Net to generate the payment nonce.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately, the payment information that I have is already stored in a database and I am unable to use a web form. I must pull the data from the database, and send the payment information programmatically directly through API to Authorize.Net to get a payment nonce. I cannot find such an option. Is this possible? For example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pseudo code:&lt;/P&gt;&lt;PRE&gt;merchantProduct = GetMerchantProduct()
ccInfo = GetCCInfoFromDatabase()
paymentNonce = AuthorizeNetGetPaymentNonce(MerchantKey, MerchantLogiID, ccInfo)
placeOrderToMerchant( merchantProduct, deliveryAddress, paymentNonce)&lt;/PRE&gt;</description>
      <pubDate>Fri, 28 May 2021 09:08:41 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Is-there-an-API-version-of-Accep-js-of-Authorize-net-Accept/m-p/76508#M47799</guid>
      <dc:creator>toni78</dc:creator>
      <dc:date>2021-05-28T09:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an API version of Accep.js of Authorize.net Accept.dispatchData(secureData, responseHan</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Is-there-an-API-version-of-Accep-js-of-Authorize-net-Accept/m-p/76706#M47944</link>
      <description>&lt;P&gt;After much research it appears that there isn't a way to receive a payment nonce without accept.js. It is a pitty and I wish there is an option for it in the future through the API.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jun 2021 14:38:49 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Is-there-an-API-version-of-Accep-js-of-Authorize-net-Accept/m-p/76706#M47944</guid>
      <dc:creator>toni78</dc:creator>
      <dc:date>2021-06-08T14:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an API version of Accep.js of Authorize.net Accept.dispatchData(secureData, responseHan</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Is-there-an-API-version-of-Accep-js-of-Authorize-net-Accept/m-p/76781#M47991</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/50493"&gt;@toni78&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;After much research it appears that there isn't a way to receive a payment nonce without accept.js. It is a pitty and I wish there is an option for it in the future through the API.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;WOW! That’s a really cool list! 🙂&lt;/P&gt;</description>
      <pubDate>Sat, 12 Jun 2021 07:17:13 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Is-there-an-API-version-of-Accep-js-of-Authorize-net-Accept/m-p/76781#M47991</guid>
      <dc:creator>Lewis</dc:creator>
      <dc:date>2021-06-12T07:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an API version of Accep.js of Authorize.net Accept.dispatchData(secureData, responseHan</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Is-there-an-API-version-of-Accep-js-of-Authorize-net-Accept/m-p/76799#M48006</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/50493"&gt;@toni78&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;After much research it appears that there isn't a way to receive a payment nonce without accept.js. It is a pitty and I wish there is an option for it in the future through the API.&amp;nbsp;&lt;FONT color="#333300"&gt;&lt;A title="dgcustomerfirst" href="https://www.dgcustomerfirst.page/" target="_blank" rel="noopener"&gt;dgcustomerfirst&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Thanks for sharing such an amazing Blog.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jun 2021 09:09:48 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Is-there-an-API-version-of-Accep-js-of-Authorize-net-Accept/m-p/76799#M48006</guid>
      <dc:creator>Lewis</dc:creator>
      <dc:date>2021-06-14T09:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an API version of Accep.js of Authorize.net Accept.dispatchData(secureData, responseHan</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Is-there-an-API-version-of-Accep-js-of-Authorize-net-Accept/m-p/79865#M50285</link>
      <description>&lt;P&gt;Thanks for the blog&lt;/P&gt;</description>
      <pubDate>Tue, 16 Nov 2021 06:55:02 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Is-there-an-API-version-of-Accep-js-of-Authorize-net-Accept/m-p/79865#M50285</guid>
      <dc:creator>jcpenney</dc:creator>
      <dc:date>2021-11-16T06:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an API version of Accep.js of Authorize.net Accept.dispatchData(secureData, responseHan</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Is-there-an-API-version-of-Accep-js-of-Authorize-net-Accept/m-p/79866#M50286</link>
      <description>&lt;P&gt;This article is really amazing. Thanks for the information. Keep sharing such a post.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Nov 2021 06:56:12 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Is-there-an-API-version-of-Accep-js-of-Authorize-net-Accept/m-p/79866#M50286</guid>
      <dc:creator>jcpenney</dc:creator>
      <dc:date>2021-11-16T06:56:12Z</dc:date>
    </item>
  </channel>
</rss>

