Leinmark Funds
Try out the API here
In this API, this is used to successfully pledge the mutual funds units associated of the user. In this API we provide the OTP for mutual funds unit user want to pledge to meet the liquidity need of now.
For this API,
Input : OTP sent by KFintech for the verification of pledge request tied with particular user_id and order_id.
Output : This would verify that particular mutual fund units have been lien marked under the name of company and they can disburse the amount for that.
Input Type
Input | Type | Description |
---|---|---|
finsire_id | string | A valid id generated during user creation |
order_id | number | A valid order number that used for pledging assets |
otp | number | A valid OTP sent to the mobile_number when Pledge Assets API is hit |
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: order_id | order_id is a required field |
param is missing or the value is empty: otp | otp is a required field |
You can try out the API here.
Updated 4 months ago