v1

latestOpenAPI 3.1.02026-08-041130479.2 KB

PAN (All In One)

post/v1/api_hub/pan_l2

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.

Response

200

statusstring
messagestring
reference_idinteger
verification_idstring
name_providedstring
panstring

Example response

{
  "status": "INVALID",
  "message": "Invalid PAN",
  "reference_id": 21637861,
  "verification_id": "testverificationId",
  "name_provided": "JOHN SNOW",
  "pan": "LMNCD8010T"
}