v1

latestOpenAPI 3.0.02026-07-242035712.0 MB
Card PaySecure WS V2

Unblock pin

<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>
post/sc/v2/sc_pin_unblock/

Headers

Session-Idstring required

Session Id for Current Request - 32 byte AES key encrypted by RSA Public Key passed in Header in every PaySecure API call.

x-api-keystring

The X-API key is sent to the client in an email during client creation

Request body

client_idinteger required

Unique identifier for the client which Paymentology will provide at outset

tokeninteger required

Public token for the card

Example request

{
  "client_id": 760131,
  "token": 311012081
}

Response

Successful Response

Example response

{
  "header": {
    "error_desc": "success"
  },
  "body": {
    "message": "pin unblock success"
  }
}