---
title: "Unblock pin"
method: POST
path: "/sc/v2/sc_pin_unblock/"
tags: ["Card PaySecure WS V2"]
---

# Unblock pin

`POST /sc/v2/sc_pin_unblock/`

<ul>
<li class="docBullet">This web service provides the ability to unblock a PIN for a token(card). PIN is blocked after 3 failed attempts.</li>
</ul>

## Headers

- `Session-Id` string, required
- `x-api-key` string

## Request body

- PaySecureUnblockPin
  - `client_id` integer, required — Unique identifier for the client which Paymentology will provide at outset
  - `token` integer, required — Public token for the card

## Response `200`

Successful Response

- PinUnblockResponse — This model contains response when we call get pin api
  - `header` PinUnblockHeader
    - `error_id` integer — error id
    - `error_desc` string — error message
  - `body` PinUnblockBody
    - `message` string — message

## Other responses

- `404` — Webservices does not exist
- `500` — Internal Server error

---

[API](https://skmtc.net/paymentology/apis/payapi-docs.md) · [All operations](https://skmtc.net/paymentology/apis/payapi-docs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/paymentology/payapi-docs/revisions/a675891b0365/schema)
