SC Set PIN

  • This web service allows set pin for a card/token.
  • client should pass AES encrypted pin to api.
  • WeakPINs would not be accepted. 'Weak PIN' refers to
    1. PIN containing ascending digits, eg: 1234
    2. PIN containing descending digits, eg: 4321
    3. PIN containing a single digit repeated more than half the total number of digits in the PIN, eg: 1111, 4442, 71577, etc
    For more information, contact Paymentology.
Body Params

This web service allows to set pin for a card/token. client should pass AES encrypted pin to api.

int32
required
≥ 1

Unique identifier for the client which Paymentology will provide at outset

string
required
length between 16 and 32

16 bits initialization vector (IV) used while encryption

string
required
length ≥ 1

AES Encrypted pin Block

int64
required
≥ 1

Public token for the card

Headers
string
required

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

string

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

Responses

404

Webservices does not exist

500

Internal Server error

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json