I have used the AcceptJsUI library and the sample form on this page and payment flow works fine for me, except at one point where the processing is taking place but there is no sign or indication to the end-user.
Here is my process flow:
I feel this may lead to users wondering or initiating actions during the processing that disrupt the transaction.
Has anyone been able to find a solution to this problem?
Thanks
12-08-2017 02:19 AM
Hi @kahuja
The the merchants can customize the checkout flow after creating the payment nounce.
The response handler returns the control to your form allowing the customer to fill or edit more information before clicking a different submit button to do the payment prcoessing .
You will need to show loading or payment processing sign for the part where you are using the payment nounce to call the createTransaction .
12-09-2017 11:52 PM
Hi,
Can someone be more specific? I am confused because the popup is generated by the acceptui and as soon the the submit button is hit, it vanishes leaving a lag before the response is received and redirected to processing php page.
Thanks
02-20-2018 10:06 PM