Skip to main content

Card Products

Every card is issued from a product — a template that defines the card’s brand, currency, spending limits, tokenization support, and available features. Use List Products to discover what’s available for your business.

Selecting a Product

Pass productId when creating a card:
If productId is omitted, the product marked isDefault: true is used automatically.

Availability Flags

Each product exposes flags that indicate what’s currently supported:
Replacement fallback: when replacing a card, the system first tries to issue the same product. If that product has canIssue: false, the isDefault: true product is used instead. The card balance is transferred seamlessly regardless.

Spending Limits

Each product defines a spendingLimit and spendingPeriod that cap how much can be spent within a time window. For example, spendingLimit: 25000 with spendingPeriod: DAILY allows up to $25,000 in purchases per day. Limits apply to purchase transactions only — funding and unloading are not affected.

Multi-Currency

Cards are available in multiple currencies (USD, EUR). For non-USD cards, amount is specified in the card’s currency and your USD wallet is debited the equivalent at the current exchange rate:

Endpoint