Returns a list of pre-defined merchant category code (MCC) groups, which can used to create spending limits.
OK
{- "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
}
}
}
}
]
}