---
title: "Verify cvv2 V2"
method: POST
path: "/sc/v2/sc_cvv2_verify/"
tags: ["Card PaySecure WS V2"]
---

# Verify cvv2 V2

`POST /sc/v2/sc_cvv2_verify/`

<ul>
<li class="docBullet">This web service allows to verify the cvv2 for the provided PAN.</li>
<li class="docBullet">Pass the AES encrypted CVV2  and PAN to the API.</li>
</ul>

## Headers

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

## Request body

- PSGetPinModel — This web service allows to get pin for a card/token. Pass public token and api will retrieve back AES encrypted pin.
  - `client_id` integer, required — Unique identifier for the client which Paymentology will provide at outset
  - `token` integer, required — Public token for the card
  - `cvv2` string — AES Encrypted cvv2 of the card
  - `iv` string — 16 bits initialization vector (IV) used while encryption Required only when CVV2 is passed.

## Response `200`

Successful Response

- PaySecureCVV2VerifyResponse — This model contains the response details of paysecure cvv2 verify api
  - `header` CVV2VerifyHeader
    - `error_id` integer — error id
    - `error_desc` string — error message
  - `body` CVV2VerifyBody
    - `message` string — short information
    - `token` integer — public token

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