Card Customer — Card Operations
Set Account Card Limits (Admin)
Admin: set per-account card limits for any user or customer card
PATCH
This is an admin-only endpoint. It sets card limits directly on a specific account, bypassing the program ceiling. Platform hard cap is 5 active cards.
string
required
The
yativo_card_id of the account (user or customer card) to update.string
required
Bearer token:
Bearer YOUR_ACCESS_TOKENinteger
Maximum virtual cards for this account. Must be 0–5.
integer
Maximum physical cards for this account. Must be 0–5.
integer
Maximum total active cards (virtual + physical combined) for this account. Must be 0–5.

