# Reset PIN count

If the wrong PIN has been entered more than 3 times, future transactions on the card will be blocked with a `PIN_ENTRY_TRIES_EXCEEDED` error message.
Use this endpoint to reset the PIN count to 0 and unblock transactions.
In some cases, you may also need to reset the PIN count directly at the ATM.

Endpoint: POST /spend/profiles/{profileId}/cards/{cardToken}/reset-pin-count
Security: UserToken

## Path parameters:

  - `profileId` (integer, required)
    The ID of the profile that owns the card.

  - `cardToken` (string, required)
    The unique token identifying the card.

## Header parameters:

  - `X-External-Correlation-Id` (string)
    Optional UUID for correlating requests across systems. If provided, Wise echoes it back in the response. Maximum 36 characters. [Learn more](/guides/developer/headers/correlation-id).

