post https://staging.eko.in/ekoapi/v3/tools/kyc/pan-advanced
Use this API to verify the PAN information of your customers. You can retrieve much more information such as first name, last name, masked aadhaar number, contact information and more. Mobile number, email and address fields will have low fill rate around 5-10% based on the recent changes to the source of the information.
Response
You get the following key information in the data
object of the response:
Name | Data Type | Description |
---|---|---|
pan | string | The PAN information entered in the API request |
name_provided | string | The name entered in the API request |
registered_name | string | The registererd name as present in the PAN information |
name_pan_card | string | The name as present in the PAN information |
first_name | string | The first name as present in the PAN information |
last_name | string | The last name as present in the PAN information |
type | string | The type of the PAN issued |
gender | string | The gender of the individual as present in the PAN information |
date_of_birth | string | The date of birth of the individual |
masked_aadhaar_number | string | The masked aadhaar number of the individual |
string | The email ID of the individual | |
mobile_number | string | The mobile number of the individual |
aadhaar_linked | boolean | The aadhaar and PAN link status |
address | object | An object containing the address information of the individual |
address.full_address | string | The complete address of the individual |
address.street | string | The street name from the individual's address |
address.city | string | The city name from the individual's address |
address.state | string | The state name from the individual's address |
address.pincode | integer | The PIN code from the individual's address |
address.country | string | The country name from the individual's address |