#keithlard
1 messages · Page 1 of 1 (latest)
You're using Stripe Checkout? They shouldn't be redirected away from the checkout session to complete 3ds. They should be able to just use another card once the modal closes
I'm using payment element
I just want to capture as many failures as possible, so if I get requires_action I can just send them a sms/email etc to get back into the same flow
Oh you said "checkout session". Even in the payment element, the customer shouldn't be redirected to complete 3ds by default
Did you implement redirecting?
It's recommended to just use a modal
No, sorry ye I mean the customers session
No I mean just for scenarios where the modal appears but they fail or don't action it
so I was wondeirng if I could send them some sort of link to "resume" the same flow they was in when they failed 3ds
Well no redirect would be required
They'd still be on the checkout page
They just need to close the modal and try a new card
I see thank you
Sorry one more question, is it possible to prefill a payment links checkout with customer name/email/address?
I am trying to find answers online but stack overflow is down 🤣
There's a couple things you can prefill: https://stripe.com/docs/payment-links/customer-info#customize-checkout-with-url-parameters
thank you 🙂