PANPAN Plus V2

PAN Plus V2 — With Aadhaar Seeding Status

Enhanced PAN verification with Aadhaar seeding status, full name, DOB, and address. The most comprehensive PAN lookup available.

curl -X GET "https://production.deepvue.tech/v2/verification/pan-plus?pan_number=example_string" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN (JWT)" \
  -H "x-api-key: YOUR_API_KEY"
{
  "code": 200,
  "timestamp": 1741205460834,
  "transaction_id": "1030ac206a564103b68c45eaa924d6b4",
  "sub_code": "SUCCESS",
  "message": "Pan Verified Successfully.",
  "data": {
    "pan_number": "AAAPT0002F",
    "full_name": "RATAN NAVAL TATA",
    "full_name_split": [
      "RATAN",
      "NAVAL",
      "TATA"
    ],
    "masked_aadhaar": "XXXXXXXX8901",
    "address": {
      "line_1": "HAKEKAI 169B- 171",
      "line_2": "LOWER COLABA ROAD",
      "street_name": "Mumbai",
      "zip": "400005",
      "city": "Mumbai",
      "state": "MAHARASHTRA",
      "country": "INDIA",
      "full": "HAKEKAI 169B- 171 LOWER COLABA ROAD Mumbai Mumbai MAHARASHTRA 400005"
    },
    "email": "hd*****ra@tata.com",
    "phone_number": "92XXXXXX26",
    "gender": "M",
    "dob": "1937-12-28",
    "aadhaar_linked": true,
    "category": "person"
  }
}
GET
/v2/verification/pan-plus
GET
Bearer Token (JWT)
Bearer Tokenstring
Required

ACCESS_TOKEN generated from the authorize endpoint. Should be included in the header as Bearer .

ACCESS_TOKEN generated from the authorize endpoint. Should be included in the header as Bearer .
API Key (header: x-api-key)
x-api-keystring
Required

The CLIENT_SECRET provided to you. This header parameter is required for authentication purposes.

The CLIENT_SECRET provided to you. This header parameter is required for authentication purposes.
Request Preview
Response

Response will appear here after sending the request

Authentication

header
Authorizationstring
Required

Bearer token (JWT). ACCESS_TOKEN generated from the authorize endpoint. Should be included in the header as Bearer .

header
x-api-keystring
Required

API Key for authentication. The CLIENT_SECRET provided to you. This header parameter is required for authentication purposes.

Query Parameters

Responses

codeinteger
timestampinteger
transaction_idstring
sub_codestring
messagestring
dataobject

Overview

The PAN Plus V2 API provides comprehensive identity verification by extracting supplementary information beyond standard PAN validation. You can authenticate and retrieve details including date of birth, gender, residential address, email, and phone number from a PAN identifier.

Key features

  • Address verification - The system confirms residential location data with high precision.
  • Masked contact information - Email addresses and mobile numbers are returned in obfuscated format for security purposes (for example, hd*****ra@tata.com and 92XXXXXX26).
  • Streamlined integration - Migration from the previous version requires only updating the API endpoint URL, minimizing implementation complexity.

The system returns differentiated response structures for individual PAN holders versus firm registrations. Firm accounts typically contain minimal contact and demographic data compared to individual records.

Strict adherence to data protection requirements is required, particularly regarding Aadhaar information handling across related services. Non-compliance with Indian regulations may carry regulatory consequences.