Hello,
I've been researching this for a while, but the answer isn't bubbling up, so I'm beginning to think it won't work, but...
We'd like to use AcceptUI.js to request a payment nonce from the hosted payment information form (popup). Is it possible to pass in a customer profile ID (presumably from the button) so the user can select from saved cards in the popup?
I can see why this might be disallowed. If it's not possible, is our only option the Accept Hosted form? We want to stay at the SAQ A level.
Thanks,
Scott
Solved! Go to Solution.
04-13-2018 11:43 AM
Hi @scottnes1
The Accept Hosted will let you use the the Card on File feature of using the saved profiles for payments .
https://developer.authorize.net/api/reference/features/accept_hosted.html#Requesting_a_Token
hostedPaymentCustomerOptions |
{"showEmail": false, "requiredEmail": false, "addPaymentProfile": true} |
|
04-14-2018 01:19 PM - edited 04-14-2018 01:34 PM
Hi @scottnes1
The Accept Hosted will let you use the the Card on File feature of using the saved profiles for payments .
https://developer.authorize.net/api/reference/features/accept_hosted.html#Requesting_a_Token
hostedPaymentCustomerOptions |
{"showEmail": false, "requiredEmail": false, "addPaymentProfile": true} |
|
04-14-2018 01:19 PM - edited 04-14-2018 01:34 PM
Thank you, Anurag. We were hoping to use AcceptUI.js, but Accept Hosted will work.
Scott
04-16-2018 05:23 AM
Hi @scottnes1
Accept UI is a UI wrapper over the Accept.js and dont support Card on File right now.
The Accept Token created from it can be used for adding new payment profiles .
You can propose it as new idea under https://community.developer.authorize.net/t5/Ideas/idb-p/ideas
04-16-2018 10:08 AM
Thanks again, Anurag. We're just gonna go with Accept Hosted for payments right now. It's a logical upgrade to -- and a huge improvement over -- the SIM API we're currently using.
Scott
04-16-2018 10:14 AM