Skip to main content
PATCH
Override the card count limits for a specific customer. Limits are capped by the ceiling set on your issuer program — you cannot grant a customer more cards than your program allows. Limit hierarchy:
string
required
The yativo_card_id of the customer. Returned when the customer was onboarded.
string
required
Bearer token: Bearer YOUR_ACCESS_TOKEN
integer
Maximum virtual cards for this customer. Must be 0 to your program’s max_virtual_per_customer ceiling.
integer
Maximum physical cards for this customer. Must be 0 to your program’s max_physical_per_customer ceiling.
integer
Maximum total active cards (virtual + physical combined) for this customer. Must be 0 to your program’s max_total_per_customer ceiling.
At least one field must be provided.