---
title: "Pan Plus Verification Rpacpc"
method: GET
path: "/v1/verification/pan-plus"
tags: ["KYC APIs"]
---

# Pan Plus Verification Rpacpc

`GET /v1/verification/pan-plus`

The Pan Plus Authentication API provides additional details compared to Advanced Authentication.
Verify additional details such as DOB, Gender, Email, Phone, Address from PAN Number.

## Query parameters

- `pan_number` string, required
- `name` string

## Response `200`

Successful Response

- union
  - RESPONSEPANPLUSVERIFICATION
    - `code` integer, required
    - `timestamp` integer
    - `transaction_id` string
    - `sub_code` string
    - `message` string, required
    - `data` PanPlusVerificationData
      - `pan_number` string
      - `full_name` string
      - `full_name_split` string[]
      - `masked_aadhaar` string
      - `address` PanPlusVerificationAddress
        - `line_1` string
        - `line_2` string
        - `street_name` string
        - `zip` string
        - `city` string
        - `state` string
        - `country` string
        - `full` string
      - `email` string
      - `phone_number` string
      - `gender` string
      - `dob` string
      - `aadhaar_linked` boolean
      - `category` string
  - INVALIDPANPLUS
    - `code` integer
    - `timestamp` integer, required
    - `transaction_id` string, required
    - `sub_code` string
    - `message` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `422` — Unprocessable Entity
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.dev/deepvue/apis/deepvue-tech-developers-guide.md) · [All operations](https://skmtc.dev/deepvue/apis/deepvue-tech-developers-guide/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/deepvue/deepvue-tech-developers-guide/revisions/c1b0558e7d77/schema)
