Skip to main content
Requires Authorization: Bearer <user-access-token> — the token from Verify login code. The JWT identifies which user’s card is being accessed; you do not need to send X-Api-Key/X-Api-Secret on these calls.
The primary card is identified automatically from the authenticated user JWT. You do not need to send the card ID in most requests.

Endpoints

Important notes

  • Pass x-idempotency-key with a unique UUID per request on lock, unlock, limit, and PUT /pin — without it, duplicate-request detection is skipped and a retried call may be processed twice
  • A card with status canceled cannot be reactivated
  • If a card is locked, secret endpoints such as PAN and CVC do not return data

Common errors