#LucidLaw

1 messages · Page 1 of 1 (latest)

civic forgeBOT
old crypt
#

No, as your users will likely need to complete authentication as part of the process. The return_url is where they're redirected back to after completing auth with their bank

olive mountain
#

I see

#

so there is no other way around?

#

maybe using server side?

old crypt
#

You can't do this server-side no as it will require end customer interaction

old crypt
#

Because there's additional development overhead for you, and perhaps some banks 3DS flow UIs are not optimised for iframes, etc

olive mountain
#

I see

#

thank you for that

#

Hello are you still there

old crypt
#

sure, what's up

olive mountain
#

In creating setup_intents, I passed payment_method_options[card][request_three_d_secure]: any

#

then it works, I can see the 3DS popup

#

now what I want is during the next purphases

#

I don't want the users to validated the 3D secure anymore

#

as it was already validated

#

if that makes sense

old crypt
#

Sure, but there's no way to guarantee that unfortunately. 3DS can be requested on any payment, ultimately its up to the bank/issuer to determine if auth is necessary

olive mountain
#

I see

#

thank you!