#Shaun
1 messages · Page 1 of 1 (latest)
Hi there!
Can you share the ID (req_xxx) of the failing API request?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
thanks for sharing, let me check...
👍
You are passing off_session: true that's why you are getting authentication_required error code https://stripe.com/docs/error-codes#authentication-required and not requires_action. Pass off_session: false and you'll get a PaymentIntent with requires_status
I thought we needed to pass off_session true if payment method is being used again, ie for subscriptions?
yeah you can pass off_Session:true, you expect to receive a authentication_required error, ask your customer to come on session (in your Checkout flow) and authenticate their card
But we already authenticate the card in the client when we call stripe.confirmSetup
You are using a card that requires authentication always 4000002760003184. Use instead 4000002500003155 if you want to test cards that requires authentication only once.
https://stripe.com/docs/testing#regulatory-cards