post https://stagingplatformapi.kudosfinance.in/v3/api/kudos_ckyc_search
🦉
Searching CKYC for a user
Open Recipe
Terminology
The parameters required are
idtype
idtype| value | description |
|---|---|
| E | if you want to search ckyc number using aadhar details |
| C | if you want to search using pan card details. It will be a uppercase |
idno
idnoBy which id are you attempting to search by. Possible values are:
aadhareg:1234|XYZ|21-11-1990|F
|last four digit of addhar number|Full name(Maximum 150 characters)|DOB(dd-mm-yyyy)(10 characters)|gender code(M)(1 Character) (Maximum total character 165)
pan: pan card number in upper case eg:ABCDE1234F
Response Description
| Field | Description | Type |
|---|---|---|
| CKYC_NO | CKYC number | String |
| NAME | Applicant Full Name | String |
| FATHERS_NAME | Applicant's Fathers Full Name | String |
| AGE | Applicants Age | Number |
| IMAGE_TYPE | Image Type | String |
| PHOTO | Applicant Photo | Photo as Base64 encoded string |
| KYC_DATE | KYC Generation Date | DATE |
| UPDATED_DATE | Last Updated on | DATE |
| ID_LIST | Array of id for verification | Array |
| REMARKS | Validation failure or Record doesn't exist | String |
See CKYC Search Id Type And Status Description for Id List field description.
