Validate Lienmark

πŸ“˜

Try the API here

A lien-mark is generated and validated for user consent. This ensures that the pledged assets are marked under the lender's name and can be used as collateral for the loan. This API verifies back to the lender that asset has been collateralized under their name and they can disburse the loan amount now.

For this API,

Input: Lien-mark details.

Output: Validation success or failure.


Input Type

InputTypeDescription
finsire_idstringA valid id generated during user creation
emailstringA valid email address associated with mutual funds
assetsarrayAn array of objects containing user's asset details
lienrefnostringA valid reference number that can be fetched from pledging assets API response
order_idnumberA valid order number that can be fetched from ordering assets API response
otpnumberA valid OTP sent to the above email address when Pledge Assets API is hit

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: emailemail is a required field
param is missing or the value is empty: otpotp is a required field
param is missing or the value is empty: order_idorder_id is a required field
param is missing or the value is empty: lienrefnolienrefno is a required field
param is missing or the value is empty: assetsassets is a required field

πŸ‘

You can try out this API here.