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

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 API here.