Pan

Overview

API is used to retrieve information about an individual or entitys PAN card, including the cardholders name, date of birth, and PAN number, using the PAN number as the key identifier

Price :

500 monthly
Endpoint
HTTP MethodEndpoint
posthttps://api.itaxeasy.com/pan/get-pan-details
Response Body
NameTypeRequiredDescription
@entityStringYesThe id of the customer stored inside Apideck Vault. This can be a user id, account id, device id or whatever entity that can have integration within your app
panStringYesThe id of the customer stored inside Apideck Vault. This can be a user id, account id, device id or whatever entity that can have integration within your app
first_nameStringYesThe id of the customer stored inside Apideck Vault. This can be a user id, account id, device id or whatever entity that can have integration within your app
last_nameStringYesThe id of the customer stored inside Apideck Vault. This can be a user id, account id, device id or whatever entity that can have integration within your app
full_nameStringYesThe id of the customer stored inside Apideck Vault. This can be a user id, account id, device id or whatever entity that can have integration within your app
aadhaar_seeding_statusStringYesThe id of the customer stored inside Apideck Vault. This can be a user id, account id, device id or whatever entity that can have integration within your app
statusStringYesThe id of the customer stored inside Apideck Vault. This can be a user id, account id, device id or whatever entity that can have integration within your app
categoryStringYesThe id of the customer stored inside Apideck Vault. This can be a user id, account id, device id or whatever entity that can have integration within your app
last_updatedStringYesThe id of the customer stored inside Apideck Vault. This can be a user id, account id, device id or whatever entity that can have integration within your app
{
    "status": "success",
    "company": {
        "@entity": "pan",
        "pan": "A********F",
        "first_name": "Rachit",
        "last_name": "Kumar",
        "full_name": "Shri Rachit Kumar",
        "aadhaar_seeding_status": "Y",
        "status": "VALID",
        "category": "Individual",
        "last_updated": "06/10/2020",

    }
}