v1

latestOpenAPI 3.1.02026-08-041130479.2 KB

PAN (Basic)

post/v1/api_hub/pan_l1

Request body

panstring 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.

namestring required

It is the name of the individual as per the PAN information

dobstring required

It is the date of birth of the individual as per the PAN information. The format is YYYY-MM-DD

Response

200

OR
OR
OR

Example response

{
  "verification_id": "test001",
  "reference_id": 21637861,
  "pan": "DEFPV0126D",
  "name": "John Doe",
  "dob": "1993-06-30",
  "pan_status": "N",
  "status": "INVALID"
}