Retrieve 3‑DS Result Codes
Retrieves the list of possible 3‑Domain Secure (3‑DS) result codes and their descriptions.
URL test:
Method:
GET
Path items:
/trancore/result3DS
Parameters:
None
Example:
Responses:
200 - OK
Status Code: 200 OK
[
{
"code": "SUCCESS",
"description": "SUCCESS"
},
{
"code": "FAIL",
"description": "FAIL"
},
{
"code": "ERROR",
"description": "ERROR"
},
{
"code": "TIMEOUT",
"description": "TIMEOUT"
}
]
| Parameter | Location | Type | Description |
|---|---|---|---|
| code | root | string | 3‑DS result code (SUCCESS, FAIL, ERROR, TIMEOUT). |
| description | root | string | Human‑readable description of the result. |
500 - Internal error
Status Code: 500 Internal error
{
"timestamp": "2025-07-22T13:09:02.348+02:00",
"status": 500,
"error": "Internal Server Error",
"path": "/cms/v1/trancore/result3DS"
}
| Parameter | Location | Type | Description |
|---|---|---|---|
| timestamp | root | string | ISO‑8601 timestamp when the error occurred. |
| status | root | integer | HTTP st |