#balconytom
1 messages · Page 1 of 1 (latest)
👋 happy to help
the return url won't be called unless the payment was successful
we rarely use the 3DS page in a redirect mode, usually it's used in a popover message within the same page
Yeah, I was surprised by this as well, but this is what stripe.handleNextAction does. How I can control that to show popover instead of redirect?
I'm checking for you
in the return url query params you will get the payment intent id which you can check the status for on the frontend this way https://stripe.com/docs/payments/payment-intents/verifying-status#checking-status
yeah, I though about this but it requires another call, I though perhaps there's something I'm missing. Thanks!
I guess that's your best option
Is there a way to somehow control stripe.handleNextAction to show popover instead of redirecting to the 3DS page?
just for the better user experience?
I guess in this particular workflow it's the default behavior
I'm not sure whether it is possible to change it
this is a beta feature, if you have some feedback you can always contact https://support.stripe.com/?contact=true and submit your feedback
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
ok, thank you!