---
title: "PAN Verification"
method: POST
path: "/v1/kycs/pan"
---

# PAN Verification

`POST /v1/kycs/pan`

Use the below API to verify an individual's PAN details.

## Request body

- object
  - `pan` string, required — PAN to be verified.<br>Example: `ABCDE0000Z`.
  - `consent` boolean, required — Consent of the individual to get their details from the PAN database.<br><br>Possible value: `true`
  - `merchant_reference_id` string, required — Unique identifier entered when creating the verification request.<br><ul><li>Only alphabets and numbers are allowed.</li><li>Minimum: 7 characters.</li><li>Maximum: 40 characters.</li></ul>Example: `1409614085`
  - `metadata` object — Key-value pair that can be used to store additional information about the entity.<ul><li>Each pair cannot exceed 256 characters.</li><li>Maximum 5 key-value pairs.</li></ul>Example: `"key_1": "We are using Zwitch.”`
    - `key_1` string
    - `key_2` string

## Response `200`

200

- union
  - object
    - `id` string
    - `object` string
    - `pan` string
    - `name_on_pan` string
    - `status` string
    - `merchant_reference_id` string
    - `message` string
    - `metadata` object
      - `key_1` string
      - `key_2` string
    - `created_at` integer
    - `consent` boolean
    - `is_sandbox` boolean
  - object
    - `id` string
    - `object` string
    - `pan` string
    - `name_on_pan` unknown
    - `status` string
    - `merchant_reference_id` string
    - `message` string
    - `metadata` object
      - `key_1` string
      - `key_2` string
    - `created_at` integer
    - `consent` boolean
    - `is_sandbox` boolean

## Other responses

- `401` — 401
- `422` — 422

---

[API](https://skmtc.net/zwitch/apis/2.md) · [All operations](https://skmtc.net/zwitch/apis/2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zwitch/2/versions/4586157daf87/schema)
