#naleiden-off-session-auth
1 messages · Page 1 of 1 (latest)
There are ways to handle this. How are you collecting the info initially? Checkout? Custom elements page?
Custom elements page
Basically you have to direct your customer back to your site to enter details and/or authorize again
Basically get them back to you anc call ConfirmCardPayment on the secret for the PI that requires action https://stripe.com/docs/js/payment_intents/confirm_card_payment
Complete reference documentation for the Stripe JavaScript SDK.
Do I do this when I receive a 'requires_authentication' failure, or is there some other indication?
Prior to the failure?
It will be requires_action
And that is the failure/indication that you need to notify the customer that manual action is needed on their part
I'm sure you probably can't say definitively, but is this a situation that happens frequently in the wild? Or will a setup intent generally succeed if it is authenticated once?
It is definitely worth making sure your integration can handle this scenario
👍 thanks for your guidance
Of course, always happy to help