Spend Controls
Fine-grained controls for what, where, and how much a card can spend.
PATCH/v1/cards/{id}
Body parameters
Request
curl -X PATCH https://api.vaultspay.ae/v1/cards/card_01HX7... \
-H "Authorization: Bearer sk_test_yourApiKeyHere" \
-H "Content-Type: application/json" \
-d '{
"limits": { "daily_spend": 200000, "per_transaction": 50000 },
"controls": { "cross_border": false, "mcc_blocklist": ["7995", "5993"] }
}'Common MCC codes
| MCC | Category |
|---|---|
| 5411 | Grocery stores |
| 5812 | Restaurants |
| 5541 | Fuel stations |
| 7995 | Gambling |
| 5993 | Cigars & tobacco |
| 4722 | Travel agencies |
| 4814 | Telecom |