Skip to main content
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_TOKEN
integer
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.
At least one field must be provided.