#nguyenxuanloc
1 messages · Page 1 of 1 (latest)
Hi there, a requires_action PaymentIntent wont be cancelled automatically.
Thanks. let me check more
And I paid for my subscriptions successfull in first time. but when stripe chare next invoice, i got this error when try secure again
👋 Taking over this thread, catching up now
Can you share the Payment Intent ID (pi_xxx)?
With 4000000000003220 used, 3DS will always be required for every payment
3DS authentication was failed previously and the PI status was changed to requires_payment_method to request for a new payment method. When you tried to confirm the payment intent again without a payment method, i.e. status in requires_payment_method, above error will be thrown
Can I check why 3ds authentication failed previously
How did you perform 3DS authentication? Based on https://dashboard.stripe.com/test/events/evt_3NBbriGAltQMAfDb0rHOGy4x, your side performed 3DS but it was failed
I was based on this docs: https://stripe.com/docs/payments/3d-secure#confirm-payment-intent
Yup, this is correct. After confirming the payment intent at the client, was there a 3DS modal pop up to complete 3DS process?
Yes, have a pop up to complete 3ds process, but when i tried to comlete, i got this error
It's likely that you clicked Fail or Cancel button in the modal that resulted in the failed authentication
Complete button should be clicked for successful authentication
Hmm. let me check again. thanks