Change card PIN

Changes the PIN of a specific card

The operation validates the associated customer and replaces the old PIN with a new one. This request requires authentication and is only available for cards in an active state.

Important considerations

  • new_pin must be exactly 4 digits.
  • card_id must be valid and belong to the authenticated customer.
  • The card must be in a valid state (active, not retired, not permanently blocked).
  • The card must not be blocked due to excessive PIN attempts.
  • Customer authentication is required.
  • All operations are atomic—if the PIN change fails, the old PIN remains valid.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
int64
required

Unique identifier of the card

int64
required

Identifier of the customer who owns the card

string
required

New PIN to set for the card

Headers
string
required

OAuth token belonging to the e-commerce

string
required

OAuth token belonging to the customer

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json