#dainel-rivero_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1316450813371224084
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, from looking at this PaymentIntent, it looks like the end user canceled the 3DS flow on their end, for example by closing the 3DS modal.
Are you sure? The user tried to complete the flow 15 times
Is there any way to check the error message of the flow?
Yes, I do not see multiple attempts on this exaple PaymentIntent you shared
Did you share the correct PayentIntent ID?
Yes, it's correct. By "15 times," I mean he tried to complete the flow 15 times, so he created 15 payment intents.
I'm analyzing the first one, but all of them have failed as well
Is there any way for me to find those logs in the Stripe UI?
These are all different PaymentIntent ids right?
You can confirm this by looking at the PaymentIntent status, requires_action and you can see the cancel call: https://dashboard.stripe.com/payments/pi_3QUcYAHewQvzvH770td7O4ID 'request to update a PaymentIntent source_cancel completed'.
Here is the call: /v1/payment_intents/pi_3QUcYAHewQvzvH770td7O4ID/source_cancel
The end customer closed out of the 3DS modal it appears
If I see this request, does it mean the user requested the cancelation?
Yes, if there is not source redirect before that action.
Understood. Thank you very much!