#yandos666-3DS
1 messages · Page 1 of 1 (latest)
Hi there!
when an off session payment fails due to 3DS, then you need to bring back the customer to your website/app, and confirm the existing paymentintent with stripe.confirmCardPayment(clientSecret on the frontend. https://stripe.com/docs/js/payment_intents/confirm_card_payment#stripe_confirm_card_payment-attached
is there some time limit to this still being valid?
no, PaymentIntent don't expire.
Thanks! So 3DS auth wouldn't "expire"? I could potentially get a failed payment when on holiday, return 2 weeks later and auth it via SMS/banking app and it would be fine?
yes that should work.