#sing-healthsherpa_unexpected
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/1466845250709360885
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
This is an example of the popup:
๐
Hi!
This looks to be a 3D secure authentication.
https://docs.stripe.com/payments/3d-secure
This is ultimately something that is triggered by the issuer/bank.
Got it. Just wanted to confirm that it is expected behavior and not something we can disable?
We only display it if they issuing bank requested it and expects it before they will approve the transaction.
Unfortunately it's not something that can be disabled entirely (at least not with out causing declines)
While you can configure stripe to request 3D secure from issuers to try increase it's usage(not the default behavior), there is nothing that can circumvent it if the bank issuer independently decides they require it for a given transaction.
Understood. Thank you!