<?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: How to pass Billing information using accept.js with Authorize.net in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-pass-Billing-information-using-accept-js-with-Authorize/m-p/58765#M33380</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So we were hoping that we could find a way to save the billing information into Authorize.net. Is that no longer needed with Accept.js or Accept Hosted?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and Best Regards,&lt;BR /&gt;Josh&lt;/P&gt;</description>
    <pubDate>Tue, 11 Jul 2017 18:01:55 GMT</pubDate>
    <dc:creator>BSYFDev1</dc:creator>
    <dc:date>2017-07-11T18:01:55Z</dc:date>
    <item>
      <title>How to pass Billing information using accept.js with Authorize.net</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-pass-Billing-information-using-accept-js-with-Authorize/m-p/58754#M33369</link>
      <description>&lt;DIV class="cxquestionheader"&gt;&lt;DIV class="feeditemtext cxnotchatterlikesiv"&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;We having integration with Authorize.net and we are implementing Accept.js to support credit card payments. The only issue is, it seems like in the API reference (&lt;A href="http://developer.authorize.net/api/reference/features/acceptjs.html" target="_blank"&gt;http://developer.authorize.net/api/reference/features/acceptjs.html&lt;/A&gt;)&amp;nbsp;there is no fields/method to take Customer's Billing Information and pass it to Authorize.net so the same will be available in transaction details.&lt;BR /&gt;&lt;BR /&gt;Can any one help us i.e how to use Accept.js with asking Customer Billing Information as well?&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 11 Jul 2017 13:37:52 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-pass-Billing-information-using-accept-js-with-Authorize/m-p/58754#M33369</guid>
      <dc:creator>tarunjain43</dc:creator>
      <dc:date>2017-07-11T13:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass Billing information using accept.js with Authorize.net</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-pass-Billing-information-using-accept-js-with-Authorize/m-p/58760#M33375</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using Accept.js enables you to retrieve a payment nonce to use in place of credit card&amp;nbsp;payment data when making API calls. After obtaining the payment nonce, you can use it in place of the credit card data with the XML below:&lt;/P&gt;&lt;PRE&gt;&amp;lt;payment&amp;gt;&lt;BR /&gt; &amp;lt;opaqueData&amp;gt;
            &amp;lt;dataDescriptor&amp;gt;COMMON.ACCEPT.INAPP.PAYMENT&amp;lt;/dataDescriptor&amp;gt;
            &amp;lt;dataValue&amp;gt;PAYMENT_NONCE&amp;lt;/dataValue &amp;gt;
         &amp;lt;/opaqueData&amp;gt;
      &amp;lt;/payment&amp;gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 11 Jul 2017 16:14:57 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-pass-Billing-information-using-accept-js-with-Authorize/m-p/58760#M33375</guid>
      <dc:creator>NexusSoftware</dc:creator>
      <dc:date>2017-07-11T16:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass Billing information using accept.js with Authorize.net</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-pass-Billing-information-using-accept-js-with-Authorize/m-p/58765#M33380</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So we were hoping that we could find a way to save the billing information into Authorize.net. Is that no longer needed with Accept.js or Accept Hosted?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and Best Regards,&lt;BR /&gt;Josh&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 18:01:55 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-pass-Billing-information-using-accept-js-with-Authorize/m-p/58765#M33380</guid>
      <dc:creator>BSYFDev1</dc:creator>
      <dc:date>2017-07-11T18:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass Billing information using accept.js with Authorize.net</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-pass-Billing-information-using-accept-js-with-Authorize/m-p/58766#M33381</link>
      <description>&lt;P&gt;You can pass all of the same fields with an Accept nonce/token that you can with a credit card. When&amp;nbsp;sending an Accept nonce/token, you can use any of the fields specified in our API Reference: &lt;A href="http://developer.authorize.net/api/reference/#payment-transactions-create-an-accept-payment-transaction" target="_self"&gt;Create an Accept Payment Transaction&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With Accept Hosted, you can also store the address as long as you have the address fields set to display in the form. If they fields are set to display, you can prepopulate them in your token request. If the fields are not set to display, any address information sent in the token request is discarded.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 18:17:29 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-pass-Billing-information-using-accept-js-with-Authorize/m-p/58766#M33381</guid>
      <dc:creator>Aaron</dc:creator>
      <dc:date>2017-07-11T18:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass Billing information using accept.js with Authorize.net</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-pass-Billing-information-using-accept-js-with-Authorize/m-p/58775#M33390</link>
      <description>&lt;P&gt;Thanks Aaron, this is really helpful. Is there any documentation on the error messages that the Accept.js to get the nonce could return?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 20:50:16 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-pass-Billing-information-using-accept-js-with-Authorize/m-p/58775#M33390</guid>
      <dc:creator>BSYFDev1</dc:creator>
      <dc:date>2017-07-11T20:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass Billing information using accept.js with Authorize.net</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-pass-Billing-information-using-accept-js-with-Authorize/m-p/58776#M33391</link>
      <description>&lt;P&gt;That's all in the &lt;A href="http://developer.authorize.net/api/reference/features/acceptjs.html" target="_self"&gt;Accept.js documentation&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 20:52:56 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-pass-Billing-information-using-accept-js-with-Authorize/m-p/58776#M33391</guid>
      <dc:creator>Aaron</dc:creator>
      <dc:date>2017-07-11T20:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass Billing information using accept.js with Authorize.net</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-pass-Billing-information-using-accept-js-with-Authorize/m-p/71406#M43954</link>
      <description>&lt;P&gt;Where would this XML Request be posted? Can someone send me a sample..I'm using asp.net and vb.net....novice.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 04 Apr 2020 21:13:15 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-pass-Billing-information-using-accept-js-with-Authorize/m-p/71406#M43954</guid>
      <dc:creator>smummery1955</dc:creator>
      <dc:date>2020-04-04T21:13:15Z</dc:date>
    </item>
  </channel>
</rss>

