E-KYC

Overview

E-KYC APIs provide electronic verification of individuals from goverment database

Price :

500 monthly
Endpoint
HTTP MethodEndpoint
posthttps://api.itaxeasy.com/pan/verify_aadhar
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": "Rishab",
        "last_name": "Singh",
        "full_name": "Shri Rishab Singh",
        "aadhaar_seeding_status": "Y",
        "status": "VALID",
        "category": "Individual",
        "last_updated": "06/10/2020"
    }
}