v1

latestOpenAPI 3.0.02026-08-04620256.0 KB
Physical Card
Swipe

Update PIN

put/cards/{cardId}/pin

Path parameters

cardIdstring uuid required

The unique identifier for the card for which you want to update the PIN.

Headers

Accept-Versionstring required

Specifies the API version to use for this request.

Request body

pinstring required

The 4-12 digit PIN for transactions and ATM withdrawals. Must follow these rules:

  • Length: 4–12 digits.

  • Non-consecutive identical digits: No more than two identical digits in non-consecutive positions (e.g., 124758).

  • Consecutive repeated digits: No more than two repeated digits in a row (e.g., 112441).

Example request

{
  "pin": "2536"
}

Response

Return updated PIN

pinstring required

The newly updated PIN for the specified card, used for transactions and ATM withdrawals.

Example response

{
  "pin": "2536"
}