#mrdadone_payments-3ds-authentication
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/1333488569632948254
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Do you have an example payment intent ID for this behavior?
We explain what the requires_action state means in our Payment Intent lifecycle doc here: https://docs.stripe.com/payments/paymentintents/lifecycle
But I can offer more specific advice if you have an example.
Payment intent: pi_3Qlu2cH0mjdc2kr01sMcG3DJ
Okay yeah the bank that issued the card required 3DS authentication and, when the customer went through that process, the bank declined the charge
You can see the error message the bank returned in this request: https://dashboard.stripe.com/logs/req_63oGjj5fJ484Ht
Okay, this one the bank just requires 3DS authentication but it doesn't look like the customer completed it
Why?
As these payments go on "not acquired", is that normal?
I don't know what you mean by "not acquired" (we focus on coding integrations with APIs and that isn't a status of the Payment Intent object). But these payments are not successfully confirmed

I mean on the "authorized but not captured" page.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Yeah we don't really spend time in the Dashboard on this server. We focus on the values in the APIs
ah ok got it
But, since the confirmation failed, these payments should not be authorized
ohh i see, so it's the customer that needs to verify the payment, got it.
The bank that issued the card is asking the customer to confirm the payment. Sometimes the customer doesn't complete this action
i mean from what i understood from them, is that the money get's taken from the bank, but the payment remains pending (on whmcs, but that uses stripe gateway)
Nope

Ultimately that is up to the bank and how they represent this information
Ok just making sure, it's a user side error?
I was concerned as it was happening too often then usual 
Requesting 3DS is entirely up to the bank and, at that point, the interaction is between the bank and the customer.
