3DS1 - Card not enrolled
To test this scenario, use one of the card numbers below:
CARD | Expiry date | Label |
---|---|---|
4970100000000048 | To be chosen | Visa |
5970100300000042 | To be chosen | mastercard |
378283000000003 | To be chosen | Amex |
Exchange flow
1. Initial call to the PCI/Charge/Authenticate service with a 3DS1 non-enrolled card.
{ "amount": "9990", "currency": "EUR", "transactionCategory": "PAYMENT", "productType": "GOODS_OR_SERVICE_PURCHASE", "merchant": { "mid": "9876357" }, "paymentForm": { "expiryMonth": "09", "expiryYear": "22", "networkPreference": "VISA", "pan": "4970100000000048" }, "device": { "acceptHeader": "text/html", "colorDepth": "32", "deviceType": "BROWSER", "ip": "69.89.31.226", "javaEnabled": true, "language": "FR", "screenHeight": "768", "screenWidth": "1258", "timeZoneOffset": "-120", "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101" }, "protocolRequest": { "name": "THREEDS", "version": "2", "challengePreference": "NO_PREFERENCE" } }
2. Return from the payment gateway server with the final authentication result (cardholder not enrolled).
{ "webService":"PCI/Charge/Authenticate", "version":"V4", "applicationVersion":"5.24.0", "serverDate":"2021-05-05T09:26:23+00:00", "ticket":"bbc3c9a2fa1e4a3c9a6bb75c002e5bae", "applicationProvider":"", "metadata":null, "status":"SUCCESS", "mode":"TEST", "serverUrl":"", "_type":"V4/WebService/Response", "answer":{ "id":"d1c78325-c07e-42ca-b4a1-e7af5beced5b", "protocol":{ "name":"THREEDS", "version":"1.0.2", "network":"VISA", "challengePreference":"NO_PREFERENCE", "simulation":true, "_type":"V4/Charge/Authenticate/Protocol" }, "value":{ "status":"NOT_ENROLLED", "extension":{ "authenticationType":"THREEDS_V1", "enrolled":"N", "_type":"V4/Charge/Authenticate/AuthenticationResultExtensionThreedsV1" }, "_type":"V4/Charge/Authenticate/AuthenticationResult" }, "_type":"V4/AuthenticationResponseData" } }