#deadshot7814
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. 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.
- deadshot7814, 1 day ago, 14 messages
The only way to enforce this today is via Radar rules I'm afraid
How can I do that?
But It says to enable 3DS, set payment_method_options[card][request_three_d_secure] to any or challenge? This is done using API without stripe Radar?
Yeah, it's less than ideal as Radar rules will apply to transactions by default
That parameter isn't available on Checkout today
Ok, for checkout session in setup mode for cards, I have to use radar rules, no other way, am I right?
Also it is not available in payment mode?
Yes, currently. Tryign to write a rule that might help. Something like:
Request 3D Secure if :card_3d_secure_support: = 'required' and :transaction_type: = 'setup_intent'
I'll look into it, thanks
Not in any Checkout mode, but we're working on adding support
Got it