#eden_3ds-questions

1 messages ¡ Page 1 of 1 (latest)

native wrenBOT
#

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

safe wrenBOT
#

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.

keen fable
#

Hi, let me help you with this.

#

In what context exactly?

topaz cove
#

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

topaz cove
#

you mean the integration method with stripe?

#

paymentIntent

keen fable
#

Yes. Where did you find this parameter? Could you please share the docs link?

keen fable
#

"any" means that 3DS flow will be triggered, however, it might not be visible to the customer.

topaz cove
#

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?

keen fable
#

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.

topaz cove
#

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?

keen fable
safe wrenBOT