Pan Details

NameDescription

URL

Method Type

GET

Post Parameters (JSON Format)

--header 'Authorization: Bearer a9c40567d8d670e3fa5a6766acee67d45126a18f' \
--header 'client_id: CvtepWTaPVuoaZcDbR'

Success Response

{
  "error": false,
  "data": {
    "status": {
      "statusCode": 200,
      "statusMessage": "PAN Verification Request Processed"
    },
    "response": {
      "number": "AARFP38***",
      "name": "PATEL EXPRESS *****",
      "typeOfHolder": "Firm",
      "isIndividual": false,
      "isValid": true,
      "firstName": "",
      "middleName": "",
      "lastName": "PATEL EXPRESS *****",
      "title": "M/s",
      "panStatusCode": "E",
      "panStatus": "VALID",
      "aadhaarSeedingStatus": "Not applicable",
      "aadhaarSeedingStatusCode": "NA",
      "lastUpdatedOn": "16/07/2016"
    }
  }
}

Last updated