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
Input | Type | Description |
---|---|---|
finsire_id | string | A valid id generated during user creation |
string | A valid email address associated with mutual funds | |
assets | array | An array of objects containing user's asset details |
lienrefno | string | A valid reference number that can be fetched from pledging assets API response |
order_id | number | A valid order number that can be fetched from ordering assets API response |
otp | number | A 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:
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: email | email is a required field |
param is missing or the value is empty: otp | otp 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: lienrefno | lienrefno is a required field |
param is missing or the value is empty: assets | assets is a required field |
You can try out this API here.
Updated 5 months ago