#tarantino-47_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/1285948695967436880
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello
It is possible that the card supports 3DS and issuers are requiring it.. It appears as it is going through frictionless flow in the video.
I don't believe there's a way to control this.. You seem to be using PlatformPay button which handles 3DS automatically
Do you have the example PaymentIntent for the payment in the video?
I don't have it right now, can send you later today
if you have any other thoughts - please let me know
Can't think of anything really. To be honest, this is expected flow.. See: https://docs.stripe.com/payments/3d-secure/authentication-flow?platform=android
NP! ๐ Happy to help
qq: what if I set request_three_d_secure to any as the doc says?
Set request_three_d_secure to any to manually request 3DS with a preference for a frictionless flow, increasing the likelihood of the authentication being completed without any additional input from the customer.
in this case I'll have 3ds only when it's needed or it will disable 3ds completely?
My understanding is that the screen will still be shown as the request_three_d_secure comes into the picture after the issuer has determined if 3DS is needed or not. You can try it out just to be certain though..
I'm assuming this 3ds screen will be fully skipped only if I turn 3ds of completely?
I am unsure. I have a feeling this view is a placeholder while we talk to the issuer and verify 3DS eligibility along with if its required/not required/is disabled etc..