---
title: "Detailed PAN Verification"
method: POST
path: "/verify/pan_detailed"
tags: ["PAN Verification"]
---

# Detailed PAN Verification

`POST /verify/pan_detailed`

Performs a detailed PAN lookup. Returns registered name, DOB, masked linked identifiers and normalized address. Requires X-API-KEY and X-Client-ID headers.

## Request body

- PanDetailedRequest
  - `pan_number` string, required — PAN (10-character alphanumeric).
  - `name` string — Optional name to match against PAN record.

## Response `200`

Successful response

- PanDetailedResponse
  - `pan` string
  - `name_input` string, nullable
  - `registered_name` string, nullable
  - `name_on_card` string, nullable
  - `first_name` string, nullable
  - `middle_name` string, nullable
  - `last_name` string, nullable
  - `gender` string, nullable
  - `dob` string, date, nullable
  - `email` string, email, nullable
  - `mobile` string, nullable
  - `aadhaar_masked` string, nullable
  - `aadhaar_linked` boolean
  - `tax_compliant` string, nullable
  - `category` string
  - `pan_active` boolean
  - `address` PanAddress
    - `full_address` string, nullable
    - `line1` string, nullable
    - `line2` string, nullable
    - `line3` string, nullable
    - `city` string, nullable
    - `district` string, nullable
    - `state` string, nullable
    - `pincode` string, nullable
    - `country` string, nullable
  - `status` string, required
  - `reason_code` string, nullable
  - `message` string, nullable
  - `timestamp` string, date-time
  - `chargeble` string
  - `user_consent` string

## Other responses

- `400` — Bad request — missing or invalid PAN or request data.
- `401` — Unauthorized — missing or invalid API credentials.
- `404` — Not found — no record for the supplied PAN.
- `500` — Internal server error.

---

[API](https://skmtc.dev/idto/apis/verification-api.md) · [All operations](https://skmtc.dev/idto/apis/verification-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/idto/verification-api/revisions/e3d57dab8db4/schema)
