Skip to main content

Cards — list of endpoints

Every endpoint in the Cards section of the API Reference →. Click any row to open the full reference page with payload, examples, and the Try it widget.

Listing & details

MethodEndpointWhat it does
GET/cardsList every card owned by the partner.
GET/cards/{cardKey}Fetch a single card's full details.
GET/cards/{cardKey}/statusGet the current status of a card.

Lifecycle

MethodEndpointWhat it does
POST/cards/{cardKey}/activateActivate a newly issued card.
POST/cards/{cardKey}/lockLock a card.
POST/cards/{cardKey}/unlockUnlock a previously locked card.
POST/cards/{cardKey}/temporary-lockTemporarily lock a card with auto-expiry.

Restrictions

MethodEndpointWhat it does
POST/cards/{cardKey}/restrictApply a generic restriction.
POST/cards/{cardKey}/restrict-lostMark the card as lost.
POST/cards/{cardKey}/restrict-stolenMark the card as stolen.
POST/cards/{cardKey}/restrict-closedClose the card.
POST/cards/{cardKey}/restrict-fraudMark the card as compromised (fraud).
POST/cards/{cardKey}/restrict-mobile-lostMark the cardholder's mobile device as lost.

Rename / replace / resign

MethodEndpointWhat it does
POST/cards/{cardKey}/change-nicknameSet a custom nickname for the card.
POST/cards/{cardKey}/emboss-nameSet the embossed name on a physical card.
POST/cards/{cardKey}/replace-cardReplace the card (damaged / lost).
POST/cards/{cardKey}/resign-cardRe-issue the card without changing the PAN.

Sensitive operations

MethodEndpointWhat it does
GET/cards/{cardKey}/card-numberRetrieve the full PAN (sensitive).
GET/cards/{cardKey}/card-cvvRetrieve the CVV (sensitive).
PUT/cards/{cardKey}/3ds-answerSubmit the 3-D Secure challenge answer.
POST/cards/{cardKey}/change-3ds-phoneChange the phone number used for 3DS OTP.
GET/cards/{cardKey}/reset-pin-triesReset the wrong-PIN attempt counter.
POST/cards/{cardKey}/change-pinChange the card PIN (RSA-OAEP wrapped).
POST/cards/{cardKey}/force-pin-lockForce-lock the PIN after too many attempts.
POST/cards/{cardKey}/holder-authorizeRe-authorize a sensitive operation with PIN.

Limits

MethodEndpointWhat it does
GET/cards/{cardKey}/limitsGet all limits configured for a card.
PATCH/cards/{cardKey}/limitsUpdate one or more limits in a single call.
PUT/cards/{cardKey}/limits/{limitName}Set a specific limit to a new value.
GET/cards/{cardKey}/limits/{limitName}Get a specific limit's current value.
GET/cards/{cardKey}/limits/{limitName}/availableGet the remaining available amount for a limit.
Sensitive operations

All endpoints in the Sensitive operations section require the expDate second factor and are subject to stricter rate limits. See the Sensitive data → page for the rationale.