#Matt11
1 messages · Page 1 of 1 (latest)
Where did you see "requires authentication"?
"requires authentication" is a subset of "requires_action"
sorry "authentication_required"
pi_3MeJWBApMCw5clA30EjuSwD5
I used this card for testing the 3ds 4000000000003220 and when I created a PI returned me "authentication_required"
"requires_action" is a status of Payment Intent: https://stripe.com/docs/payments/intents?intent=payment
"authentication_required" is an error code: https://stripe.com/docs/error-codes
ok but I don't understand the difference.
'requires_action" means that the customer need to do something like complete the 3ds
But also "authentication_required" says "notify your customer to return to your application and complete the payment"
Hi @runic brook I'm taking over, let me know if you have any follow-up questions
Hi @lost kelp yes, the previous question thanks
I believe river has already answered it. Do you need more clarification?
I still didn't understand but if you think is clear ok...
next question. I have a payment intent status "requires_payment_method", how can I confirm the payment with a new card? with confirmPayment JS?
https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements#web-submit-payment I believe you are looking for this