#samuelDSR-disable-3DS

1 messages · Page 1 of 1 (latest)

crimson bison
#

Hello 👋
I'm not sure if there's a way to completely disable 3DS via the dashboard as the issuers/banks can ask for 3DS auth anytime

karmic olive
#

my use case is as follows:

I have an endpoint from the backend that creates a payment intent from a payment method, that payment intent is confirmed, so it does not require any action from the client to confirm. What happens is that the payment intent is created correctly but for some cards it requires an extra confirmation by 3d secure auth, so the payment intent has status "requires_action", I would like to find a way to create that payment already confirmed without the need for that the client has to intervene.

lean bay
#

That makes it less likely for 3DS to be requested, banks are more likely to just accept or reject if you properly indicate that your user is not online.

karmic olive
#

Uh, I will try that, thanks!

lean bay
#

That being said, a bank can always ask for 3DS on any payment so it is always possible that a user might have to intervene to complete the payment.

karmic olive
#

I understand, in that case I should notify the user to complete the next action

lean bay
#

Correct, it is best to notify them to complete it if you can