Taxpayer Search by PAN API Response
1. If provided PAN is valid then you will receive below kind of response:
Response:
{
"status_code": 1,
"list": [
{
"gstin": "27AAACI9260R1ZV",
"taxpayerType": "Regular",
"status": "Active",
"name": "M/S IRIS BUSINESS SERVICES LTD."
}
]
}
2. If provided PAN is not valid then you will receive below kind of response:
Response:
{
"status_code": 0,
"error": "Invalid PAN number : AAACI960R",
"pan": "AAACI960R"
}
3. If provided PAN is valid but no data found
Response:
{ "status_code": 1, "list": []}







