API Reference

Sample Request

Sample Request for PAN Based CKYC Search

{
    "pan_number": "<PAN number of the customer>",
    "date_of_birth": "<Date of birth of the customer>"
}

Sample Request for Aadhaar Based CKYC Search

{
    "full_name": "<Full name of the customer>",
    "aadhaar_number": "<Last 4 digit of customer aadhaar number>",
    "gender": "<Gender of the customer>",
    "date_of_birth": "<Date of birth of the customer>"
}