#Aimer - Payment Error
1 messages · Page 1 of 1 (latest)
Hello! That error indicates the payment failed because authentication was required for the transaction to succeed. Are you currently using our older Tokens and Charges APIs?
can i know whats the difference
i made a session when customer want to make a purchase
What Stripe APIs does your current integration use?
Did you build your integration using this guide? https://stripe.com/docs/payments/without-card-authentication
Actually, your code is using Checkout.
Checkout creates Payment Intents, but you're not creating Payment Intents directly.
If you're using Checkout there's nothing you need to do, Checkout supports 3D Secure.
That said, maybe I should take a look at the specific payment with that error? Do you have the Payment Intent ID?
Okay, yeah, if you can give me that ID I can take a look and see what's going on.
That's the Card that was used, can you give me the Payment Intent ID (starts with pi_) or Charge ID (starts with ch_)? It should be in the top right.
ch_3Ke4ADIWzZYVbxDQ2m4e1UqM
Thanks! Looking...
Ah, okay, so that Charge was created in this request: https://dashboard.stripe.com/logs/req_1ULwpNAFRWifKa
You're using our older Charges and Tokens APIs which do not support 3D Secure. You should upgrade to our current APIs. We have this guide to get you started: https://stripe.com/docs/payments/payment-intents/migration
ok thanks for the fast respond
Happy to help!