#SeanH20-payments
1 messages · Page 1 of 1 (latest)
there are better docs on this here :
https://stripe.com/docs/payments/save-during-payment-cards-only?platform=web#web-create-payment-intent-off-session
they specifically talk about how to inspect the error, contact the user to return to your site, and then re-confirm the same PaymentIntent on the client side, to do 3D Secure without accepting an entirely new card
That's fantastic, I think this is exactly what I'm looking for, putting this js on the page...
@wispy sundial so I need to take care of sending the customer an email on authentication fail and then direct them to a page with the above js on? is that correct?
yeah unfortunately this section of the docs got buried a little in a recent reshuffle
yep, that's the idea. There's a version of confirmCardPayment that just processes 3D Secure without collecting a new card