Pledge Assets
Try out the API here
The user selects the mutual fund assets they wish to pledge. This step involves marking the selected assets for the loan, the LTV API would also calculate the Loan-To-Value based on current market performance of the fund, what would be the approved Credit for all the assets, users want to pledge.
For this API,
Input: List of assets to be pledged.
Output: An OTP would be sent to user by CAMS for confirmation of pledge.
Input Type
Input | Type | Description |
---|---|---|
finsire_id | string | A valid id generated during user creation |
string | A valid email address associated with mutual funds | |
mobile_number | string | A valid mobiele_number associated with mutual funds |
assets | array | An array of objects containing user's asset details |
Common Error Scenarios
The following are the common error scenarios in sending an API request:
The following are the common error scenarios in sending an API request:
Error | Description |
---|---|
param is missing or the value is empty: finsire_id | finsire_id is a required field |
param is missing or the value is empty: email | email is a required field |
param is missing or the value is empty: otp | otp is a required field |
param is missing or the value is empty: mobile_number | mobile_number is a required field |
No AMC found. | No mutual funds found associated with given email address |
You can try out this API here.
Updated 6 months ago