# 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.

{% admonition type="info" %}
In some cases, you may also need to reset the PIN count directly at the ATM.
{% /admonition %}

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

## Path parameters:

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

  - `cardToken` (string, required)
    The unique token identifying the card.
    Example: "ca0c8154-1e14-4464-a1ce-dcea7dc3de52"


## Response 200 fields
