Get Card Token Category Codes
Returns the list of card token category codes.
URL test:
Method:
GET
Path items:
/enumeration/cardtokencategorycodes
Parameters:
None
Example:
Responses:
200 - OK
Status Code: 200 OK
[
{
"code": "GOOGLE_PAY",
"description": "Google Pay"
},
{
"code": "APPLE_PAY",
"description": "Apple Pay"
},
{
"code": "OTHER",
"description": "Other wallet providers"
}
]
| Parameter | Location | Type | Description |
|---|---|---|---|
| code | string | Card token category code (e.g., "GOOGLE_PAY"). |
|
| description | string | Human‑readable description of the category. |