#lalith_53999
1 messages · Page 1 of 1 (latest)
So you're handling 3DS with an external provider?
Because Radar is somethign different
First I'm new to Stripe. I went through documentation and found that 3DS is bound with Radar rules that cover frauds. I don't need a fraud tool. at the same time i don't have 3rd party 3DS provider. I'm happy to use the Stripe for that.
I went through documentation and found that 3DS is bound with Radar rules that cover frauds.
Not necessarily true. 3DS is requested by the issuing card/bank, not by Stripe. You can force 3DS with Radar rules, sure. But it's not a required part of the flow
that is good news..
May i know if ther is any quick guide , demo or sample code for this integration
Sure, I'd recommended starting here: https://stripe.com/docs/payments/accept-a-payment
All of our payment APIs and UIs support 3DS flows out of the box, you just need to use the correct test cards to trigger the flow: https://stripe.com/docs/testing#regulatory-cards
do we need any confug changes to enable 3DS ?