Parameter Name | Required | Format | Comment |
---|---|---|---|
full_name | Yes | ASCII String Regex check: ^[a-zA-Z\s]{1,200}$ | Full name of the customer. |
gender | Yes | 1: Male 2: Female Note that integer codes should be passed in the API request. | Gender of the customer. |
pan_number | Yes | ASCII String Regex check: ^[A-Z]{3}[P|H][A-Z][0-9]{4}[A-Z] | PAN number of the customer. |
date_of_birth | Yes | Date format DD-MMM-YYYY. For e.g. : 1 Jan 2019 should be passed as “01-Jan-2019” | Date of birth of the customer. Customers must be at least 21 years of age, and at maximum 55 years of age. |
loan_amount | Yes | Integer | Loan amount customer is requesting for. |
mobile_number | Yes | The 10-digit mobile number, should start with 6/7/8/9. | OTP verified mobile number of the customer. |
email_id | Yes | Valid email format | Email of the customer. |
address | Yes | ASCII String | Address of the customer. |
pincode | Yes | Valid 6-digit Pincode | Pincode where the customer currently resides. |
driving_license | No | ASCII String | Driving license of the customer. |
voter_id | No | ASCII String | Voter Id card of the customer. |
aadhaar_number | No | ASCII String | Aadhaar number of the customer. |