#Skarmoryman - 3DS
1 messages · Page 1 of 1 (latest)
Hi 👋
Sorry for the wait
This disables forcing 3DS from Stripe's end but it does not prevent the issuing bank from requiring 3DS authentication. So if the bank returns a response that they require 3DS, we will still proceed with 3DS and our test cards reflect that behavior.
Ok thanks. Is there a way to override that behaviour? Maybe just reject it if 3ds is required?
Basically I don't want there to ever be a 3dsecure prompt.
Because 3DS is a requirement coming from the banks (when not enabled by Radar rules on our end) the only way to avoid this would be to decline the payment intent if it came back with a next_action status indicating it requires 3DS.
It was almost entirely European banks requiring 3DS but recently we've seen an uptick in MasterCard requiring it as well. I understand you don't want to show the modal but it could result in many more declined charges over time.
@turbid citrus Thanks a lot. So following the link you posted, I can avoid ever going to 3d secure right?
Also thanks for heads up, but this is not up to me. May change once 3d secure becomes more common where I am.
The link I provided gives an overview of how 3DS works with Stripe and the values that indicate when 3DS is required. We don't have docs explicitly to cancel payments with 3DS because we generally want you to get paid as much as possible.
But the doc, and the linked API docs, should give you enough info to write a flow that catches payment methods that required 3DS
great, thank you
@turbid citrus Just one more question. If 3ds still requested if bank requires it, what exactly does the radar rule refer to when it says **Request 3D Secure if 3D Secure is required for card **? I thought this meant if the bank required it.
Banks can require 3DS per auth request. This radar rule triggers it automatically regardless of whether the bank requires it this time or not.
ok so basically this rule just checks if this card in general is 3d secure required. However it has nothing to do with whether the bank is requiring it at this moment.
Hi there! Stepping in for @turbid citrus as he needs to step away. Give me a second to catch up.
Hi there, so firstly I would strongly recommend that you implement support for 3DS regardless of where you are located! More and more non-SCA affected issuers are enforcing 3DS for security reasons.
In terms of the Radar rule, this will help ensure that Radar triggers 3DS based on our mapping of cards/issuers that require it. However, an issuer can still require it separately from Radar at any point.