#Matt11
1 messages ยท Page 1 of 1 (latest)
Hi there, can you share with me the paymentIntent ID?
the customer wasn't able to create the PI because he's receiving this: https://dashboard.stripe.com/logs/req_ECLcahzClpzoTT
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
is it something you can see in your dashboard?
OK. this card requires authentication but the legacy Tokens and Sources API doesn't support it.
You should migrate your integration and use PaymentIntents API which support 3DS authentication https://stripe.com/docs/payments/payment-intents/migration
oh I see, so the customer will never be able to pay right now?
Not possible
Thanks Jack! Do you think that upgrading the API version will result in some weird behaviour in the platform? Do I need to check other things before upgrading?
No, updating the API version won't solve the problem. You need to migrate tot he PaymentIntents API
yes yes I know but I see that I also need to update the API version. So I'm asking if doing that can cause other issues during payments/creating setup intent/payment intent etc
Yes. Updating API version is a huge change you need to be very careful
https://stripe.com/docs/upgrades#how-can-i-upgrade-my-api These are the thing will affects your integration. I'll suggest you to use API versioning (https://stripe.com/docs/api/versioning?lang=node) to test your application with new API version before commit the upgrade.
Ok thanks! Can I always contact the support in case of need? ๐
Sure, feel free to reach out again if you need help