We have some customers can not finish Credit Card payment on our site. After input credit card number then click 'Place Order' button in popup dialog. The UI in "loading" status forever.
After debug found data-responseHandler callback function does not execute in this case. We are using standar paymentForm at https://developer.authorize.net/api/reference/features/acceptjs.html#Integrating_the_Hosted_Payment_...
1. If someone could tel me in what's reason may cause it and how to fix it would be great.
2. Looks accept.js does not have a global error handling base on https://developer.authorize.net/api/reference/features/acceptjs.html#Integrating_the_Hosted_Payment_... it can nonly set data-responseHandler property, in this case the data-responseHandler not execute, is there other way can catch error?
11-10-2020 05:51 PM
BTW, i am using Accept.js Hosted Payment Information Form
11-10-2020 11:27 PM