Get list of Card Revoke Reasons
This method returns list of Card Revoke Reasons
URL test:
URL live:
Method:
GET
Path items:
/enumeration (Method name)
/revokereasons (Type of enumeration)
Parameters:
No parameters
Example:
Responses:
200 - OK
Status Code: 200 OK
[
{
"code": "REPLACEMENT",
"description": "Card replaced"
},
{
"code": "AFTER_VALIDITY",
"description": "Card Card after validity"
},
{
"code": "PERMANENTLY_BLOCKED",
"description": "Card permanently blocked"
},
{
"code": "PERMANENTLY_BLOCKED_BY_ACCOUNT",
"description": "Account permanently blocked"
}
]
Parameter | Type | Example | Description |
---|---|---|---|
code | string | PERMANENTLY_BLOCKED_BY_ACCOUNT | |
description | string | Account permanently blocked |
500 - Internal error
Status Code: 500 Internal error