---
title: "Get Cvv2 V2"
method: POST
path: "/sc/v2/sc_get_cvv2/"
tags: ["Card PaySecure WS V2"]
---

# Get Cvv2 V2

`POST /sc/v2/sc_get_cvv2/`

<ul>
<li class="docBullet">This web service allows to get CVV2 for a card/token.</li>
<li class="docBullet">Pass the public token and the API will retrieve back AES encrypted CVV2.</li>
</ul>

## Headers

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

## Request body

- PSGetCvv2Model — This web service allows to get cvv2 for a card/token. Pass public token and api will retrieve back AES encrypted cvv2.
  - `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

- GetCVV2Response — This model contains response details of get cvv2 api
  - `header` GetCvv2Header
    - `error_id` integer — error id
    - `error_desc` string — error message
  - `body` GetCvv2Body
    - `secret` string — Encrypted CVV2 back
    - `iv` string — 16 bits initialization vector (IV)

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