3DS2 - Technical error during authentication (deprecated)
To test this scenario, use one of the card numbers below:
CARD | Expiry date | Label |
---|---|---|
4970110000000021 | To be chosen | VISA |
5100010000000049 | To be chosen | MASTERCARD |
375900000000016 | To be chosen | AMEX |
When entering the authentication code, do not enter anything and wait for 10 minutes for the payment session to expire.
Exchange flow
1. Initial call to the PCI/Charge/CreatePayment service with a card enrolled in 3DS2.
{ "amount": "9990", "currency": "EUR", "paymentForms": [ { "paymentMethodType": "CARD", "pan": "4970110000000021", "expiryMonth": "11", "expiryYear": "27", "securityCode": "123" } ], "customer": { "email": "sample@example.com" }, "authenticationDetails":{ "protocol":{ "name":"THREEDS", "version":"2.1.0", "directoryServer":"VISA", "challengePreference":"NO_PREFERENCE" }, "status":"DISABLED", "authenticationType":"CHALLENGE", "exemption": "TECHNICAL_ERROR" } }
The payment will be made without 3DS data. The payment can be accepted or refused according to the acquirer's and issuer's rules.