#jeffreyb
1 messages · Page 1 of 1 (latest)
hello! can you share the two PaymentIntent ids where you've tried these cards?
successful: pi_3LurmbRgMrSW9s0a16mjXcvf
failed: pi_3LuroMRgMrSW9s0a0AXniN6g
Looking into the sample Payment Intent now
In pi_3LuroMRgMrSW9s0a0AXniN6g, the payment failed because you set off_session: "true" which means the customer was not in session to authenticate
4000002760003184 always requires the card to be authenticated during a payment
If off_session is removed, it'll allow the customer to perform 3DS authentication
pi_3Lus9vRgMrSW9s0a0strWoJ4 this payment intent is with no off_session and the status is requires_action even though I authorized it in the 3ds window
@vestal bolt do we need to create a new setup intent if we receive requires_action?
When you mention you authorised in the 3DS window, do you mean after this PaymentIntent's response, or were you referring to the initial 3DS window when creating a payment method?
For 4000002760003184 test card, it will require 3DS every time when it's used
The initial 3ds window when creating a payment method. If I approve it there, shouldn't the payment go through?