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
Find the request parameters to retrieve 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.
"AZJPG7110R"
It is the unique ID you create to identify the verification request. The maximum character limit is 50. Only alphanumeric, period (.), hyphen (-), and underscore ( _ ) are allowed.
"testverificationid"
It is the name of the PAN information holder.
"JOHN SNOW"
Response
Success response for retrieving the PAN information
It displays the unique ID created by Cashfree Payments for reference purposes.
format: int64
1358
It displays the unique ID you created to identify the verification request.
"testverificationid"
It displays the status of the API request. Possible values are
VALID
: The provided PAN is valid.INVALID
: The provided PAN is invalid.
"VALID"
It displays details about the success or failure of the API request.
"PAN verified successfully"
It displays the PAN information entered in the API request.
"AZJPG7110R"
It displays the name entered in the API request.
"JOHN SNOW"
This refers to the name officially registered with the PAN database.
"JOHN SNOW"
This refers to the name as it appears on the physical PAN card.
"JOHN SNOW"
It displays the first name as present in the PAN information.
"JOHN"
It displays the last name as present in the PAN information.
"SNOW"
It displays the type of the PAN issued.
"Individual or Person"
It displays the gender of the individual as present in the PAN information.
"Male"
It displays the date of birth of the individual.
"01/02/1990"
It displays the masked aadhaar number of the individual.
"XXXXXXXX8848"
It displays the masked email ID of the individual.
"a*c@gmail.com"
It displays the masked mobile number of the individual.
"99XXXXXX99"
It displays the aadhaar and PAN link status.
true
It displays the address information of the individual.
{
"full_address": "Quarter - A, Block - B Sample Area, ABC Street 700011 KOLKATA WEST BENGAL INDIA",
"street": "ABC Street",
"city": "KOLKATA",
"state": "WEST BENGAL",
"pincode": 700011,
"country": "India"
}