-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Payment success - payment details page timeout / hide #654
Comments
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Hello, The authentication (after payment confirmation is completed) and then subsequent authorization takes also some time (aprox. in seconds), the payment gateway has to wait to receive the authorization result from the card issuer. There is no way how to speed up the whole process. |
Hi Daniel, |
You mean to speed up the final redirect (from the page with the info that the payment was successful) back to eshop page? (= wait time before the iframe is closed) |
yes... or to make it not appear.. and just iframe close.. |
Hello, we will prepare a change to be able to reconfigure the timeout of the final redirect for @shop methods. |
@dmarek Happy to hear that. And please allow hiding not just the success page, but also the error page. We have our own logic to inform our customers about payment results. Btw see this page. This happened in our testing environment, but in reality, the payment was successful (based on the API call). I'm a little scared if these inconsistencies could occur in the production. Either way, these problems will be solved by hiding your ending pages :) payId: |
Hello, I checked transaction 292fabfe802b@IA. I see in log two requirements "payment/process" for this transaction (This is wrong). 1st 2nd |
Hello,
We are using API version 1.9 using web browser (sdkUsed = false) and after the payment's action of authenticate \ fingerprint there is a Payment success / payment details page, can we make it hidden or to change its timeout to 0 to make it disappear faster?
this page is misleading our app users because after this actions we are finalizing the payment in our side.
The text was updated successfully, but these errors were encountered: