PAN Lite
Use this API to verify and get the PAN holder's minimal details.
API URL: https://api.bulkpe.in/client/verifyPanLite
Method: POST
Auth: Please refer to the Authorization page.
{
"pan": "HHXXX6134L"
}
Response
{
"status": true,
"statusCode": 200,
"data": {
"pan": "HHXXX6134L",
"type": "Individual",
"registered_name": "SATHYAXXXXXXXX",
"valid": true,
"message": "PAN verified successfully",
"aadhaar_seeding_status": "Y",
"last_updated_at": "27/XX/2012",
"name_pan_card": "XXXXXXXX SATHYAXXXXXXX",
"pan_status": "VALID",
"aadhaar_seeding_status_desc": "Aadhaar is linked to PAN"
},
"message": ""
}