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
Input | Type | Description |
---|---|---|
finsire_id | string | A valid id generated during user creation |
asset_id | string | A valid asset_id of a particular mutual_fund |
units | array | For particular asset, units they want to pledge. |
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: finsire_id | finsire_id is a required field |
param is missing or the value is empty: asset_id | asset_id is a required field |
param is missing or the value is empty: units | units is a required field |
You can try out this API here.
Updated 4 months ago