Validate Funds
Try out the API here
In this API, user portfolio which have assets fetched from KFintech RTA, 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 KFintech for confirmation of pledge, along with the order_id generated which can be used to track which user_id has placed the pledging order.
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 API here.
Updated 4 months ago