card

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 %}

post/v3/spend/profiles/{profileId}/cards/{cardToken}/reset-pin-count

Path parameters

profileIdinteger required

The ID of the profile that owns the card.

cardTokenstring uuid required

The unique token identifying the card.

Headers

X-External-Correlation-Idstring uuid

Optional UUID for correlating requests across systems. If provided, Wise echoes it back in the response. Maximum 36 characters. Learn more.

Response

PIN count reset successfully.

Changes

No recorded changes to this endpoint across all 5 revisions of this API.