Solved! Go to Solution.
07-11-2017 06:37 AM
You can pass all of the same fields with an Accept nonce/token that you can with a credit card. When sending an Accept nonce/token, you can use any of the fields specified in our API Reference: Create an Accept Payment Transaction.
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.
07-11-2017 11:17 AM
Hello,
Using Accept.js enables you to retrieve a payment nonce to use in place of credit card 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:
<payment>
<opaqueData> <dataDescriptor>COMMON.ACCEPT.INAPP.PAYMENT</dataDescriptor> <dataValue>PAYMENT_NONCE</dataValue > </opaqueData> </payment>
07-11-2017 09:14 AM - edited 07-11-2017 09:14 AM
Hi,
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?
Thanks and Best Regards,
Josh
07-11-2017 11:01 AM
You can pass all of the same fields with an Accept nonce/token that you can with a credit card. When sending an Accept nonce/token, you can use any of the fields specified in our API Reference: Create an Accept Payment Transaction.
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.
07-11-2017 11:17 AM
Thanks Aaron, this is really helpful. Is there any documentation on the error messages that the Accept.js to get the nonce could return?
07-11-2017 01:50 PM
That's all in the Accept.js documentation.
07-11-2017 01:52 PM
Where would this XML Request be posted? Can someone send me a sample..I'm using asp.net and vb.net....novice.
Thanks
04-04-2020 02:13 PM