---
title: "Get Perso Data"
method: POST
path: "/sc/v2/sc_get_perso_data/"
tags: ["Card PaySecure WS V2"]
---

# Get Perso Data

`POST /sc/v2/sc_get_perso_data/`

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

## Headers

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

## Request body

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

## Response `200`

Successful Response

- GetPersoDataResponseModel
  - `body` GetPersoDataResponse, required — Response Body
    - `track1` string — The track1 contains PAN, cardholder name, expiration date, service code, and discretionary data.
    - `track2` string — The track2 contains PAN, expiration date, service code, and discretionary data.
    - `cvv2` string — The cvv2.
    - `track3` string — The track3 contains additional data.
    - `iv` string — 16 bits initialization vector (IV). Use this, together with the aesKey to decrypt the encrypted data.
    - `emboss_name` string — Name that appears in card.
    - `track2_chip` string — The track2 chip contains PAN, expiration date, service code, and discretionary data.
    - `icvv` string — The icvv.
  - `header` Header, required
    - `error_desc` string, required — Error Description
    - `error_id` integer, required — Error Id

## 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)
