Three DS.Get Challenge Result
GET {{baseUrl}}/3ds/sessions/:sessionId/challenge-result
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"pan_token_id": "<string>",
"threeds_version": "<string>",
"acs_transaction_id": "7e00A5Cd-848d-3CbB-D1de-28fa8CCC4E2A",
"ds_transaction_id": "5A8eC0d3-5F0e-304F-BdcB-4f8aFf9839aA",
"sdk_transaction_id": "aBfa7B4c-AF53-7B66-E9c6-cbcebDFf77c1",
"acs_reference_number": "<string>",
"ds_reference_number": "<string>",
"authentication_value": "<string>",
"authentication_status": "<string>",
"authentication_status_code": "<string>",
"authentication_status_reason": "<string>",
"eci": "<string>",
"acs_challenge_mandated": "<string>",
"acs_decoupled_authentication": "<string>",
"authentication_challenge_type": "<string>",
"acs_rendering_type": {
"acsInterface": "<string>",
"acsUiTemplate": "<string>"
},
"acs_signed_content": "<string>",
"acs_challenge_url": "<string>",
"challenge_attempts": "<string>",
"challenge_cancel_reason": "<string>",
"cardholder_info": "<string>",
"whitelist_status": "<string>",
"whitelist_status_source": "<string>",
"message_extensions": [
{
"id": "<string>",
"name": "<string>",
"critical": "<boolean>",
"data": {
"nullable": true
}
},
{
"id": "<string>",
"name": "<string>",
"critical": "<boolean>",
"data": {
"nullable": true
}
}
]
} |
ENDPOINTS