---
title: "PAN Verification Plus"
method: POST
path: "/verifyPanPlus"
---

# PAN Verification Plus

`POST /verifyPanPlus`

Take PAN verification to the next level with Instantpay's PAN Verification Plus API. This advanced tool authenticates PAN details and enriches your customer database with additional data points such as address, date of birth, gender, etc, providing a more comprehensive understanding of your clients. 

Improve the depth of your due diligence processes by leveraging Instantpay's PAN Verification Plus API solutions, an essential component for businesses seeking a more thorough and detailed approach to identity verification.

## Headers

- `X-Ipay-Auth-Code` string
- `X-Ipay-Client-Id` string
- `X-Ipay-Client-Secret` string
- `X-Ipay-Endpoint-Ip` string

## Request body

- object
  - `pan` string — udyamNumber
  - `latitude` string — End Customer Latitude.
  - `longitude` string — End Customer Longitude.
  - `externalRef` string — Your Unique Transaction id
  - `consent` string — Consent should be accepted by customer

## Response `200`

200

- object
  - `statuscode` string
  - `actcode` unknown
  - `status` string
  - `data` object
    - `panPlusData` object
      - `panNumber` string
      - `userFullName` string
      - `userFullNameSplit` string[]
      - `maskedAadhaar` string
      - `userAddress` object
        - `line1` string
        - `line2` string
        - `streetName` string
        - `zip` string
        - `city` string
        - `state` string
        - `country` string
        - `full` string
      - `userGender` string
      - `userDob` string
      - `aadhaarLinkedStatus` boolean
      - `panType` string
    - `pool` object
      - `referenceId` string
      - `openingBalance` string
      - `paymentAmount` string
      - `mode` string
      - `closingBalance` string
  - `timestamp` string
  - `ipay_uuid` string
  - `orderid` string
  - `environment` string
  - `internalCode` unknown

## Other responses

- `400` — 400

---

[API](https://skmtc.net/instantpay/apis/identity.md) · [All operations](https://skmtc.net/instantpay/apis/identity/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/instantpay/identity/revisions/1d0672797b14/schema)
