User Creation
This API creates a user and returns a finsire_id in response which is a unique identifier for each customer and should be stored on the lender's server.
Input Type
Input | Type | Description |
---|---|---|
user | object | A user object consisting of name, phone, email, pan as mandatory fields. The optional fields are: aadhar, dob, address and upi_id. |
assets | array | An array containing all the assets which the user wants to view their asset data. See all the accepted values below: Stocks, Salary, Insurance, Gold, Bonds, FD, GST, ITR, Bank Account Statements, Vehicle, Mutual Funds, NPS, etc. |
kyc_done | boolean | It is a boolean value and the request will only go through if it's value is passed as "True" |
Common error scenarios
The following are the common error scenarios in sending an API request:
Error | Description |
---|---|
param is missing or the value is empty: user | user is a required field |
param is missing or the value is empty: assets | assets is a required field |
param is missing or the value is empty: kyc_done | kyc_done is a required field |
You can try out this API here.
Updated 11 months ago