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
It is the API version. To receive the aadhaar seeding status in the response, use any date after 2022-09-12
Body
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"
Response
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_MATCH
GOOD_PARTIAL_MATCH
MODERATE_PARTIAL_MATCH
POOR_PARTIAL_MATCH
NO_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:
VALID
INVALID
DELETED
DEACTIVATED
"VALID"
It displays additional information of the linking of aadhaar and PAN card.
"Aadhaar is linked to PAN"