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

InputTypeDescription
finsire_idstringA valid id generated during user creation
emailstringA valid email address associated with mutual funds
mobile_numberstringA valid mobiele_number associated with mutual funds
assetsarrayAn 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:

ErrorDescription
param is missing or the value is empty: finsire_idfinsire_id is a required field
param is missing or the value is empty: emailemail is a required field
param is missing or the value is empty: otpotp is a required field
param is missing or the value is empty: mobile_numbermobile_number is a required field
No AMC found.No mutual funds found associated with given email address

πŸ‘

You can try out this API here.