#dingkai031
1 messages · Page 1 of 1 (latest)
Because I'm using a framework, and it's navigating without refreshing the page. Which if we redirect through 'return_url' it will refresh the page.. thank you
There is a redirect setting that you can set to if_required so that PMs that do not need a full page redirect will not redirect off of your page https://stripe.com/docs/js/payment_intents/confirm_payment#confirm_payment_intent-options-redirect
ahh I see, thank you