Issue a new virtual card to a cardholder. The cardholder must have verified KYC status. The card is immediately activated and funded with the specified amount.
status: ACTIVEamount + issuanceFee + holdingBalanceACTIVE status| Field | Type | Required | Description |
|---|---|---|---|
cardholderId | string | Yes | ID of the cardholder to issue card to |
amount | number | Yes | Initial funding amount in USD (minimum $5) |
name | string | No | Name on card (defaults to cardholder name) |
spendingLimit | integer | No | Monthly spending limit: 5000 or 10000 (default: 5000) |
| Spending Limit | Holding Balance |
|---|---|
| $5,000/month | $1.00 |
| $10,000/month | $3.00 |
| Error Code | Description |
|---|---|
APP_INACTIVE | Application is not active |
CARDHOLDER_INACTIVE | Cardholder is not active (KYC not verified) |
INSUFFICIENT_BALANCE | Business wallet balance is too low |
DEBIT_FAILED | Failed to debit from business wallet |
PROVIDER_ERROR | Failed to register cardholder with bank partner |
CARD_CREATION_FAILED | Failed to create card at the bank partner |
JWT access token obtained from /auth/token
ID of the cardholder to issue card to
Initial funding amount in USD (min $5)
x >= 5Name on card (defaults to cardholder name if not provided)
4Card network brand
MASTERCARD, VISA Card form factor
VIRTUAL, PHYSICAL, METAL Monthly spending limit in USD
5000, 10000