PAN Lite
Use this 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. View the test data and use the information to trigger the validations.You can use the test data only in sandbox environment.
Authorizations
Client ID. You can find your ID in the Merchant Dashboard.
Client secret key. You can find your secret key in the Merchant Dashboard.
Body
Find the request parameters for PAN Lite
It is the date of birth of the individual as per the PAN information. The format is YYYY-MM-DD
It is the name of the individual as per the PAN information
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.
It is the unique ID you create to identify the API request. The maximum character limit is 50. Only alphanumeric, hyphen (-), period (.), and underscore ( _ ) are allowed.
Response
Success response for verifying PAN information
It displays whether the individual linked the aadhaar information with PAN. The possible values are:
Y
: Aadhaar is linked to PANR
: Aadhaar is not linked to PANNA
: Not applicable, in case of business PAN
It displays additional information of the linking of aadhaar and PAN card.
It is the date of birth of the individual as per the PAN information. The format is YYYY-MM-DD
It displays the result of the date of birth verification. The possible values are:
-
Y
: The date of birth of the individual matches with the date of birth present on PAN. -
N
: The date of birth of the individual does not matches with the date of birth present on PAN.
It is the name of the individual as per the PAN information
It displays the result of name match verification. The possible values are:
-
Y
: The name entered matches with the name present on the PAN. -
N
: The name entered does matches with the name present on the PAN.
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.
It displays the status of the PAN information. The possible values are:
-
E
: The entered PAN information is valid. -
EC
: The entered PAN information exists and is valid but marked as Acquisition. -
N
: The entered PAN information does not exist in the database. -
X
: The entered PAN information has been deactivated. -
F
: The entered PAN information is fake. -
D
: The entered PAN information has been deleted. -
EA
: The entered PAN information is valid but marked as Amalgamation. -
ED
: The entered PAN information is valid but marked as Death. -
EI
: The entered PAN information is valid but marked as Dissolution. -
EL
: The entered PAN information is valid but marked as Liquidated. -
EM
: The entered PAN information is valid but marked as Merger. -
EP
: The entered PAN information is valid but marked as Partition. -
ES
: The entered PAN information is valid but marked as Split. -
EU
: The entered PAN information is valid but marked as Under Liquidation.
It displays the unique ID created by Cashfree Payments for reference purposes.
format: int64
It displays status of PAN. The Possible Values are:
VALID
INVALID
It is the unique ID you create to identify the API request. The maximum character limit is 50. Only alphanumeric, hyphen (-), period (.), and underscore ( _ ) are allowed.
Was this page helpful?