You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But basic problem with banks wich use more then one page. For example: - insert 3ds code and then another page with button "Continue". Proccesing is made only after pressed continue buuton
The text was updated successfully, but these errors were encountered:
In this case you cannot do anything but press the "Continue" button on the Bank's 3DAuth page in order to complete the process and get your callback called.
onAuthorizationCompleted needs pause. Because payment does not have time to be processed.
did not get you here. Why you need a pause here ?
This callback simply provides you with the necessary auth result parameters received from the cardholder's Bank. You then must use them to pass to your payment processor for actual payment finalization, no need to wait here.
In this case you cannot do anything but press the "Continue" button on the Bank's 3DAuth page in order to complete the process and get your callback called.
Callback called after enter 3ds code and PressButton. Then must open another page with only one button "Next", but webView don't do that.
Hi, there!
onAuthorizationCompleted needs pause. Because payment does not have time to be processed.
But basic problem with banks wich use more then one page. For example: - insert 3ds code and then another page with button "Continue". Proccesing is made only after pressed continue buuton
The text was updated successfully, but these errors were encountered: