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.
Headers
Send the signature if IP is not whitelisted
Body
Find the request parameters to retrieve the PAN information
Find the request parameters to verify 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
Success response for PAN Advance
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"
It displays the registererd name as present in the PAN information.
"JOHN SNOW"
It displays the name as present in the PAN information.
"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 email ID of the individual.
"abc@gmail.com"
It displays the mobile number of the individual.
"9999999999"
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"
}