#Priyanka
1 messages · Page 1 of 1 (latest)
Hi there 👋 just making sure I'm understanding your situation correclty. You have past payments that didn't complete due to 3DS authentication failures, and you now want to retry those payments?
Exactly
In that case you'll want to have a flow that brings your customer back on session, then you'll want to confirm the Payment Intent using stripe.js:
https://stripe.com/docs/js/payment_intents/confirm_payment
does that mean customer will have to be redirected to a url to authenticate themselves?
If authentication is required, stripe.js will render a modal to handle that.
Is there any other way I can do it without bringing customer back in session?
No, only the end customer can complete the 3DS authentication if it is required.