Skip to main content
PATCH
This is an admin-only endpoint. It sets the maximum number of cards each customer in the program can hold. Issuers cannot set per-customer limits above these ceilings.
string
required
The ID of the issuer program to update. Returned by GET /v1/card-issuer/status as data.id.
string
required
Bearer token: Bearer YOUR_ACCESS_TOKEN
integer
Maximum virtual cards allowed per customer. Must be 0–5. Default: 1.
integer
Maximum physical cards allowed per customer. Must be 0–5. Default: 1.
integer
Maximum total active cards (virtual + physical combined) allowed per customer. Must be 0–5. Default: 2. Platform hard cap is 5.
At least one field must be provided. Fields not sent are left unchanged.