#rudiptt
1 messages · Page 1 of 1 (latest)
👋 happy to help
you can use radar to enforce certain rules with SCA (e.g. https://stripe.com/docs/radar/rules/supported-attributes#3d-secure)
but if the card holder is american I cannot enforce it right?
I guess is not always supported by the bank.
card_3d_secure_support
Case Insensitive String
required
The level of 3D Secure support for the card used to make the payment. The supported values are: required, recommended, optional, and not_supported.
you can set a rule to block payments from cards that don't support 3DS
ok thanks!
but in practice is it feasible? I mean, I guess USA cards usualy do not support it. Isnt't it?
but in practice is it feasible?
what is?
I mean, a rule that enforces 3ds wouldn't exclude all non-european credit-cards?
Or 3ds works for extra-european cards too?
it will exclude any card that doesn't support 3DS
regardless of the country
3DS isn't a european-only feature
ok, thanks.