#dainel-rivero_api

1 messages ¡ Page 1 of 1 (latest)

drowsy caveBOT
#

👋 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.

wild vortex
#

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.

candid pawn
#

Are you sure? The user tried to complete the flow 15 times

#

Is there any way to check the error message of the flow?

wild vortex
#

Yes, I do not see multiple attempts on this exaple PaymentIntent you shared

#

Did you share the correct PayentIntent ID?

candid pawn
#

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?

wild vortex
#

These are all different PaymentIntent ids right?

#

Here is the call: /v1/payment_intents/pi_3QUcYAHewQvzvH770td7O4ID/source_cancel

#

The end customer closed out of the 3DS modal it appears

candid pawn
#

If I see this request, does it mean the user requested the cancelation?

wild vortex
#

Yes, if there is not source redirect before that action.

candid pawn
#

Understood. Thank you very much!