---
title: "Reset card PIN"
method: POST
path: "/cards/secure-pin-reset"
tags: ["Cards"]
---

# Reset card PIN

`POST /cards/secure-pin-reset`

Reset the PIN for a card using a client access token. This should be done from the card-holder device and not directly by the partner

## Request body

- CardResetCardPinRequest — Reset PIN
  - `currentPin` string, required — Card's current PIN required to reset
  - `newPin` string, required — Card's new PIN to update

## Response `204`

PIN changed successfully

## Other responses

- `400` — Invalid request
- `403` — Forbidden. Authentication details may not be valid

---

[API](https://skmtc.net/modulrfinance/apis/modulr-api.md) · [All operations](https://skmtc.net/modulrfinance/apis/modulr-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/modulrfinance/modulr-api/revisions/cbd52524c8ef/schema)
