Cards

Issue new card

Issue a new virtual or physical card. User must complete KYC first.

post/api/v1/cards

Headers

x-api-keystring nullable

Request body

format'virtual' | 'physical'

Card format.

Response

Successful Response

idstring uuid required
externalIdstring required

Provider-specific card identifier.

walletAddressstring nullable

Linked wallet address

status'pending' | 'active' | 'blocked' | 'closed'

Card status.

createdAtstring nullable
activatedboolean

True if card details have been revealed and cached

dailySpendnumber

Total spent today on this card (from fiat_transfers)

labelstring nullable

User-defined card label/nickname

Changes