#LucidLaw
1 messages · Page 1 of 1 (latest)
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
Well, you can handle the 3DS flow in an iframe if you wish. But it's not recommended: https://stripe.com/docs/payments/3d-secure#when-to-use-3d-secure
You can't do this server-side no as it will require end customer interaction
why its not recommended?
Because there's additional development overhead for you, and perhaps some banks 3DS flow UIs are not optimised for iframes, etc
sure, what's up
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
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