#bhanu365 - Confirm Payment
1 messages · Page 1 of 1 (latest)
👋 Hi there,
It's not possible to prevent redirection, why you want to do this ?
The goal of redirection is that Stripe give you back control on the flow after confirming the payment (displaying 3DS popup for example) so then you can get the control on the flow and show the status of the payment and so on
Ok got it
Between, there is a case where you can prevent redirection if it's not required, you can check this:
https://stripe.com/docs/js/payment_intents/confirm_payment#confirm_payment_intent-options-redirect
Thanks it's work