API Reference

Credit Line API Parameters

Credit Line API Parameters Table

Parameter NameRequiredFormatComment
mobile_numberYesThe 10-digit mobile number, should start with 6/7/8/9.OTP verified mobile number of the customer.
full_nameYesAscii string.
Regex check:
r^[a-zA-Z\s]{5,200}$
Full name of the customer.
emailYesValid email formatEmail of the customer.
genderYes1: Male
2: Female

Note that integer codes should be passed in the API request.
Gender of the customer.
date_of_birthYesDate format:
DD-MMM-YYYY

For e.g 1 Jan 209 should be passed as "01-Jan-2019"
Date of birth of the customer.
fathers_nameYesAscii string.
Regex check:
r^[a-zA-Z\s]{5,200}$
Father's name of the customer.

If you don't have it pass : "Father Name Not Present"
mothers_nameYesAscii string
Regex check:
r^[a-zA-Z\s]{5,200}$
Mothers's name of the customer.

If you don't have it pass : "Mother Name Not Present"
addressYesAscii stringAddress of the customer.
pincodeYesValid 6-digit PincodePincode where the customer currently resides.
monthly_incomeYesIntegerMonthly income of the customer.
Pass any estimate of monthly income you have.
If you don't have it, pass 0.
monthly_emiYesIntegerMonthly EMI of the customer.

Pass any estimate of monthly emi you have.

If you don't have it, pass 0.
credit_scoreYesInteger
Range:
[300,900] or [-1,10]
Credit Score of the customer.
In case customer is NTC, NTC score should be returned, which ranges from 0-10.If no score is returned from the burau pass -1.
If you don't have credit score, pass 300.
ckyc_noNoCKYC NumberCKYC number of the customer.
employment_typeYes0: Unemployed
1: Salaried
2: Self-employed
3: Self-employed professional

Note that integer codes should be passed.
Employment type of the customer.

If you don’t have it pass 1.
company_nameYesAscii stringCompany name of the customer.

If you don’t have it, pass “Company Name Not Present”
loan_application_dateYesDate format - DD-MMM-YYYY. For e.g. 1 Jan 2019 should be passed as “01-Jan-2019”Loan application date, when the application was done.
agreement_dateYesDate format - DD-MMM-YYYY. For e.g. 1 Jan 2019 should be passed as “01-Jan-2019”Agreement date, when the agreement was signed with the customer. Date format is - YYYYMMDD

It can be same as loan application date.
line_amountYesIntegerThe line amount which is approved for the customer.
line_expiry_dateYesDate format - DD-MMM-YYYY. For e.g. 1 Jan 2019 should be passed as “01-Jan-2019”This is the date at which the credit line will expire.
interest_rateYesDecimal, max 2 digits after decimal.Interest rate which is charged to the customer, this is in annualized IRR space. This is the IRR corresponding to the interest paid by the customer. For e.g. If it is 0% EMI to the customer this should be passed as ‘0.00’. If the annualized IRR is 24.32%, then it should be passed as ‘24.32’.
payment_frequencyYes1: Weekly
2: Bi-weekly
3: Monthly

Note that integer codes should be passed in the API request.
Payment frequency at which the payment is to be done.
loan_typeYes0 : Unclassified
1 : Personal loan
2: Education loan
3: Medical loan
4 : Vehicle loan
5 : Bussiness loan

Note that integer codes should be passed in the API request.
Loan product type.

You can pass 1 as the default value.
agreement_signature_typeYes1: Physical
2: Aadhaar e-signature
3: Click wrap

Note that integer codes should be passed in the API request.
How the agreement is signed by the customer.
bank_accountYesJSONBank account details of the customer.
kycYesAn array of JSON.KYC documents which are collected and verified for the customer.