Get list of Card Block Reasons
This method returns list of Card Block Reasons
URL test:
URL live:
Method:
GET
Path items:
/enumeration (Method name)
/blockreason (Type of enumeration)
Parameters:
No parameters
Example:
Responses:
200 - OK
Status Code: 200 OK
[
{
"code": "LOST",
"description": "Lost"
},
{
"code": "STOLEN",
"description": "Stolen"
},
{
"code": "DETAINED",
"description": "Detained"
},
{
"code": "BANK",
"description": "Bank"
},
{
"code": "FRAUD",
"description": "Fraud"
},
{
"code": "BLOCK_ACCOUNT",
"description": "Account blocked"
},
{
"code": "HOLDER_REQUEST",
"description": "Requested by holder"
}
]
Parameter | Type | Example | Description |
---|---|---|---|
code | string | FRAUD | |
description | string | Fraud |
500 - Internal error
Status Code: 500 Internal error