Validate Funds

πŸ“˜

You can try the OTP here

In this API, users from their portfolio, assets fetched from MFC, they can select from them, which they want to pledge. In this portfolio, they can select asset_id and units which they want to pledge, also the LTV value being offered to them.

For this API,

Input: List of assets to be pledged, along with particular user_id.

Output: An OTP would be sent to user by MFC for confirmation of pledge, also this shows in the output, the particular assets has been taken for pledging and which RTA, units and NAV as response.


Input Type

InputTypeDescription
finsire_idstringA valid id generated during user creation
asset_idstringA valid asset_id of a particular mutual_fund
unitsarrayFor particular asset, units they want to pledge.

Common Error Scenarios

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: asset_idasset_id is a required field
param is missing or the value is empty: unitsunits is a required field

πŸ‘

You can try out this API here.