#eden_3ds-questions
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/1224998187648024678
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- eden_api, 1 hour ago, 5 messages
if we pass "any" for the param request_three_d_secure , will you send the transaction for 3ds verfication?
and if we pass "null" for the param request_three_d_secure, you won't trigger the 3ds verification with the bank, right?
we want to control 3DS by ourselves, but we don't know what value we should pass if we want you trigger 3ds verification, and what value we should pass if we don't want you to trigger the 3ds
In what method exactly?
Yes. Where did you find this parameter? Could you please share the docs link?
"any" means that 3DS flow will be triggered, however, it might not be visible to the customer.
can we set the param as "challenge" then the 3ds will be visiable for end user?
for this param, if we didn't pass any value, does it mean it won't be triggered the 3ds flow?
No, the final decision is always after the issuing bank. They might request any type of flow.
It's just if you use "any" or "challenge", Stripe will trigger it anyway, even if the bank chooses not to.
i see, so if we want the transaction to be triggered with 3ds, we just set that param as "any" or "challenge" right? is there any difference between the value "any" or challenge?
and if we don't want stripe to trigger 3ds, how can we set that param?
Let me visualize it. Since the bank can always control the 3DS flow, here's the possible scenarios for each parameter:
- "auto" -> normal 3DS, frictionless ("invisible") 3DS, or no 3DS.
- "any" -> normal 3DS, frictionless ("invisible") 3DS.
- "challenge" -> normal 3DS.