Authorizations
Your unique client identifier issued by Cashfree. You can find this in your Merchant Dashboard.
The secret key associated with your client ID. Use this to authenticate your API requests. You can find this in your Merchant Dashboard.
Headers
Send the signature if two-factor authentication is selected as Public Key. More details
Body
Request body for PAN Lite
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.
"test001"
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.
"ABCTY1234D"
It is the name of the individual as per the PAN information
"John Doe"
It is the date of birth of the individual as per the PAN information. The format is YYYY-MM-DD
"1993-06-30"
Response
Success response for retrieving PAN Lite information
It displays the unique ID created by Cashfree Payments for reference purposes.
format: int64
21637861
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.
"test001"
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.
"ABCTY1234D"
It is the name of the individual as per the PAN information
"John Doe"
It is the date of birth of the individual as per the PAN information. The format is YYYY-MM-DD
"1993-06-30"
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.
"Y"
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.
"Y"
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.
"E"
It displays status of PAN. The Possible Values are:
VALID
INVALID
"VALID"
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
"Y"
It displays additional information of the linking of aadhaar and PAN card.
"Aadhaar is linked to PAN"