Returns a list of pre-defined merchant category code (MCC) groups, which can used to create spending limits.
OK
Bad Request
Unauthorized
Forbidden
Not Found
Method Not Allowed
Unsupported Media Type
Too Many Requests
Internal Server Error
{- "limit": 200,
- "offset": 100,
- "count": 67,
- "rows": [
- {
- "id": "Airlines",
- "name": "Airlines MCCs 3000 through 3350",
- "active": true,
- "mccs": [
- "string"
], - "config": {
- "authorizationControls": {
- "holdIncrease": {
- "type": "AMOUNT",
- "value": 100,
- "holdExpirationDays": 30
}
}
}
}
]
}