#Isak
1 messages · Page 1 of 1 (latest)
hi! first question : https://stripe.com/docs/disputes/prevention/card-testing#prevent-card-testing
second question : you can create custom Radar rules to enforce thathttps://stripe.com/docs/radar/rules
thank you very much, I will take a look
@mint roost is it not possible to combine the IN keyword and the NOT keyword with radar rules?
it's not unfortunately. As far as I know you have to hack around that by combining with an ALLOW rule(which always takes precedence) for the opposite condition
not sure I follow what you mean
basically instead of saying "request 3DS if card country is not US,IE,CA" you instead have to request 3DS on all cards, but have ALLOW if card country is US,IE,CA
ahh you mean, okay, so require 3D secure on everything, ignore this rule for some other condition?
there's more nuance to this but I don't really work with this directly and our support team at https://support.stripe.com/?contact=true should be better equipped