PAN Lite

An alternate API to validate PAN information of individuals. The API helps verify the unique identifier, name of the individual, date of birth, and other information that helps you in customer onboarding, KYC verification, and other fraud prevention security measures.

❗️

Note

The name displayed in the response is the name entered in the API request, not the registered name.


Response

You get the following key information in the data object of the response:

NameData TypeDescription
panstringThe unique 10-character alphanumeric identifier of the individual issued by the Income Tax Department
namestringThe name of the individual as per the PAN information
dobstringThe date of birth of the individual as per the PAN information. The format is YYYY-MM-DD
name_matchstringThe result of name match verification. If the name entered matches with the name present in the PAN information, you receive Y. The possible values are ['Y','N',null]
dob_matchstringThe result of the date of birth verification. If the date of birth of the individual matches with the date of birth present in the PAN information, you receive Y. The possible values are ['Y','N',null]
pan_statusstringThe status of the PAN information. See the table below for details.
statusstringThe status of PAN. Possible Values are ['VALID','INVALID']
aadhaar_seeding_statusstringWhether the individual linked the aadhaar information with PAN. The possible values are ['Y', 'R', 'NA' , null]
aadhaar_seeding_status_descstringAdditional information of the linking of aadhaar and PAN card.

PAN Status

PAN StatusDescription
EThe entered PAN information is valid.
ECThe entered PAN information exists and is valid but marked as Acquisition.
NThe entered PAN information does not exist in the database.
XThe entered PAN information has been deactivated.
FThe entered PAN information is fake.
DThe entered PAN information has been deleted.
EAThe entered PAN information is valid but marked as Amalgamation.
EDThe entered PAN information is valid but marked as Death.
EIThe entered PAN information is valid but marked as Dissolution.
ELThe entered PAN information is valid but marked as Liquidated.
EMThe entered PAN information is valid but marked as Merger.
EPThe entered PAN information is valid but marked as Partition.
ESThe entered PAN information is valid but marked as Split.
EUThe entered PAN information is valid but marked as Under Liquidation.
Language
Credentials
Click Try It! to start a request and see the response here!