API Parameters for Pan Based CKYC Search
| Parameter Name | Required | Format | Comment |
|---|---|---|---|
| pan_number | Yes | String | A valid PAN number of the customer. |
| date_of_birth | Yes | A valid date format DD-MMM-YYYY | The date should match the date of birth of the customer in CKYCR. |
API Parameters for Aadhaar Based CKYC Search
| Parameter Name | Required | Format | Comment |
|---|---|---|---|
| full_name | Yes | Ascii string. Regex check: ^[a-zA-Z\s]{1,200}$ | The full_name of the customer should match the with the record in CKYCR. |
| aadhaar_number | Yes | Ascii string | The last 4 digit of customer’s aadhaar number. |
| gender | Yes | M/F/T | The gender of the customer. |
| date_of_birth | Yes | A valid date format DD-MMM-YYYY | The date should match the date of birth of the customer in CKYCR. |
