---
title: "PAN (Basic)"
method: POST
path: "/v1/api_hub/pan_l1"
---

# PAN (Basic)

`POST /v1/api_hub/pan_l1`

## Request body

- object
  - `pan` string, required — It is the unique 10-character alphanumeric identifier of the individual issued by the Income Tax Department. The first 5 should be alphabets followed by 4 numbers and the 10th character should again be an alphabet.
  - `name` string, required — It is the name of the individual as per the PAN information
  - `dob` string, required — It is the date of birth of the individual as per the PAN information. The format is YYYY-MM-DD

## Response `200`

200

- union
  - object
    - `verification_id` string
    - `reference_id` integer
    - `pan` string
    - `name` string
    - `dob` string
    - `name_match` unknown
    - `dob_match` unknown
    - `pan_status` string
    - `status` string
    - `aadhaar_seeding_status` unknown
    - `aadhaar_seeding_status_desc` unknown
  - object
    - `verification_id` string
    - `reference_id` string
    - `pan` string
    - `name` string
    - `dob` string
    - `name_match` unknown
    - `dob_match` unknown
    - `pan_status` string
    - `status` string
    - `aadhaar_seeding_status` unknown
    - `aadhaar_seeding_status_desc` unknown
  - object
    - `verification_id` string
    - `reference_id` string
    - `pan` string
    - `name` string
    - `dob` string
    - `name_match` unknown
    - `dob_match` unknown
    - `pan_status` string
    - `status` string
    - `aadhaar_seeding_status` unknown
    - `aadhaar_seeding_status_desc` unknown
  - object
    - `verification_id` string
    - `reference_id` string
    - `pan` string
    - `name` string
    - `dob` string
    - `name_match` unknown
    - `dob_match` unknown
    - `pan_status` string
    - `status` string
    - `aadhaar_seeding_status` unknown
    - `aadhaar_seeding_status_desc` unknown

## Other responses

- `400` — 400

---

[API](https://skmtc.net/crimescan/apis/crime-scan-result.md) · [All operations](https://skmtc.net/crimescan/apis/crime-scan-result/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crimescan/crime-scan-result/versions/a9dd2afd70a1/schema)
