v1

latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MB
Cards

Reset password try count

Unblock a card after it has exceeded its maximum password tries count.

If the card is BLOCKED:

  • The status is changed to NORMAL
  • The counter is reset
  • An Card updated event is generated.

If the card is NORMAL, PENDING, or WARNING, the counter is reset.

For any other status, a 406 - range not satisfiable - error is returned.

Note: This does not change the password recorded on an embossed card's chip. If the card is configured for offline password verification, you need to change the password on the physical card. To do that, you can use a card script.

For more information, refer to the Card lifecycle and statuses guide.

post/wallet/v2/cards/{cardId}/password-tries/reset

Path parameters

cardIdstring required

Pismo card ID

Response

Card password tries reset

successboolean

Flag indicating success

Example response

{
  "success": true
}