Requesting payment window to close after user has paid. #133
Closed
marioaburto10
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
Can you please say what you mean by "nothing happens"? For subscriptions, users are supposed to be taken to their subscription management page after payments and for one-time payments users should see a screen thanking them for paying and suggest they can safely close the payment window. Do these not happen for you? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can see that a new window or tab is opened when the function
extpay.openPaymentPage()
is called. However, when the user finishes paying, the window/tab remains open and nothing happens after that. I noticed that this loses some of my users as their journey is halted after submitting a payment. The user has to manually close the window/tab and find their way back to the window/tab that they were on to continue using the extension. This provides a layer of complexity if the user has multiple windows/tabs opened. Also, when I'm testing this functionality out, the payment windows start to stack up and I have to manually close each window one by one. I'd like to request for the payment window to close out automatically after the user pays (both in real time and in development) or at least have some text saying that they are done paying and they can head back to their previous tab and continue using the extension that they just paid for. Thank you.Beta Was this translation helpful? Give feedback.
All reactions