v1

latestOpenAPI 3.0.02026-07-242035712.0 MB
Card PaySecure WS V2

Get Perso Data

<ul> <li class="docBullet">This web service allows to get perso data of provided token.</li> </ul>
post/sc/v2/sc_get_perso_data/

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

Example request

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

Response

Successful Response

Example response

{
  "body": {
    "track1": "7/p+9z5W3NxAHGfYyMT32XDfkOam/QWASUGkq3eDn6YGBpkxOYF2P1qdD3qC5GaIlUw9DB0pYAHo+cKJdkhXBxVQPAUE",
    "track2": "mPt/9j9X2NxAHGLfy8P0336z6ZLc4GfjOCrWxh7+8KQIBJ46M4KYQ3euhxwuDRT7syRcPt0=",
    "cvv2": "lfh8DxUI3vNXOVUADFXmaNttWA==",
    "track3": "m/d7ZM9pvzdr1xzvyBLMrsh/vQ==",
    "iv": "kniNV5+UAaCY5n3ELjagfA==",
    "emboss_name": "John Doe",
    "track2_chip": "mPt/9j9X2NxAHGLfy8P0336z6ZLc4GfjOCrWxh7+8KQIBJw7OiK57M/W2zPQdgQ55OUFHBc=",
    "icvv": "m/d7ZM9pvzdr1xzvyBLMrsh/vQ=="
  },
  "header": {
    "error_desc": "success"
  }
}