#datdevo-Checkout
1 messages · Page 1 of 1 (latest)
Hi there, can you send me the PaymentIntent IDs of the unsuccessful payments? you can find them in Stripe Dashboard.
Hello Jack, since I do not have access to my customers Stripe Dashboard, I can provide you with all details that are given to me via our email chat, here's a log that did not go through: https://pastebin.com/KU2F9s7e (was using old API version so I had to force it to the latest but still the same behavior). Let me know if this is helpful at all.
What I got reported is the following:
Current status of the form payments:
- simple payments working fine
- payments with 3D authenticfication for Revolut, Skrill - working fine
- payments witd 3D authentification for all BANKS (tested Ireland) - NOT working
Do I need to do any extra check for banks? Shouldn't Stripe take care of that out of the box?
Let me know if you need any specific details and I'll contact my customer to provide me with those.
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
And another one: https://pastebin.com/hSJYM0tV
Thank you for your support.
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
I need the PaymentIntent ID so that I can help to troubleshoot effectively/ You can ask your customer to provide the PaymentIntent ID
Sure thing, I'll contact you as soon as possible
Do you have any knowledge whether any extra code is required to handle all type of payments & cards based on the documentation provided by Stripe: https://stripe.com/docs/checkout/quickstart ?
The Checkout page had built-in 3DS handling so you don't need to write anything additional for 3DS.
Card decline is a common use case that your application need to handle. You can check last_payment_error (https://stripe.com/docs/api/payment_intents/object#payment_intent_object-last_payment_error) from the the Checkout session's paymentIntent object for details
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.