threeDS2Result
after doing a 3D Secure 2 authentication only.curl --location --request POST '/retrieve3ds2Result' \
--header 'Content-Type: application/json' \
--data-raw '{
"merchantAccount": "string",
"pspReference": "string"
}'
{
"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"
}
}