#Awais-3DS
1 messages · Page 1 of 1 (latest)
@mortal crest you can redirect your user to the bank's website directly if that is what you prefer : https://stripe.com/docs/payments/3d-secure#manual-redirect
Thanks @calm acorn for your response, that is what I was looking for, Can you please guide a little more so I can implement it on my page, How would I know the issuer bank website to pass in redirect_url for authentication
There is guide in the Doc above, that you check the PaymentIntent has a status of requires_action, and find the url inside next_action.redirect_to_url.url
okay okay thank you guys!