Use this API to verify if a given PAN exists. You will receive the name registered with the PAN and the PAN type (Individual or Business) in the response for a valid PAN. View the test data and use the information to trigger the validations. The test data are usable only in the test environment sandbox.
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.
Send the signature if two-factor authentication is selected as Public Key. More details
It is the API version. To receive the aadhaar seeding status in the response, use any date after 2022-09-12
Find the request parameters to verify 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.
"ABCPV1234D"
It is the name of the individual.
"Gurav"
Success response for verifiying PAN information
It displays the unique 10-character alphanumeric identifier issued by the Income Tax Department.
"ABCPV1234D"
It displays the type of the PAN issued.
"Individual"
It displays the unique ID created by Cashfree Payments for reference purposes.
format: int64
161
It displays the name entered in the API request.
"JOHN DOE"
It displays the PAN registered name.
"JOHN DOE"
It displays the status of the PAN card.
true
It displays the father's name of the PAN card holder.
""
It displays details about the success or failure of the API request.
"PAN verified successfully"
It displays the score for the name match verification.
"100.00"
It displays the result of the name match verification. Possible values are:
DIRECT_MATCHGOOD_PARTIAL_MATCHMODERATE_PARTIAL_MATCHPOOR_PARTIAL_MATCHNO_MATCH"DIRECT_MATCH"
It displays additional information of the linking of aadhaar and PAN card. Possible values are:
Y: "Aadhaar is linked to pan"R: "Aadhaar is not linked to pan"NA: "Not applicable, in case of business pan""Y"
It displays the last updated date.
"01/01/2019"
It displays the name displayed on the PAN card.
"JOHN DOE"
It displays the status of the PAN card. Possible values are:
VALIDINVALIDDELETEDDEACTIVATED"VALID"
It displays additional information of the linking of aadhaar and PAN card.
"Aadhaar is linked to PAN"