Get the 3DS2 authentication result
POST
/retrieve3ds2Result
General
threeDS2Result
after doing a 3D Secure 2 authentication only.Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/retrieve3ds2Result' \
--header 'Content-Type: application/json' \
--data-raw '{
"merchantAccount": "string",
"pspReference": "string"
}'
Response Response Example
200 - Example 1
{
"threeDS2Result": {
"authenticationValue": "string",
"cavvAlgorithm": "string",
"challengeCancel": "01",
"challengeIndicator": "noPreference",
"dsTransID": "string",
"eci": "string",
"exemptionIndicator": "lowValue",
"messageVersion": "string",
"riskScore": "string",
"threeDSServerTransID": "string",
"timestamp": "string",
"transStatus": "string",
"transStatusReason": "string",
"whiteListStatus": "string"
}
}
Request
Body Params application/json
Responses
Modified at 2023-08-15 08:20:06