Skip to main content
POST
Unlock card
Requires Authorization: Bearer <user-access-token> — the token from Verify login code.
Pass x-idempotency-key with a unique UUID per request. Without it, duplicate-request detection is skipped and a retried call may submit the unlock twice.
A card with status canceled cannot be reactivated.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-idempotency-key
string<uuid>
required

Unique idempotency key for the operation. Use a UUID to prevent duplicate processing.

Response

Card unlocked successfully.

id
string<uuid>
required
status
enum<string>
required
Available options:
notActivated,
active,
locked,
canceled