Invoke Revoke Funds

๐Ÿ“˜

Try out the API here

This API used for Revoking and Invoking activities from the lender side for the Loans according to their use case. Depending on the conditions such as errors, loan repayment, or breaches, the assets can be invoked or revoked:

For this API,

Input: Invoke or Revoke, for a particular user_id and order_id which is associated to the loans they have given in the first place.

Output: Confirmation of action taken (revoke/invoke).

Revoke Assets:

If there is an error, the loan is repaid, or there are issues in disbursement or prepayment, the assets can be revoked.


Invoke Assets:

If there is a Days Past Due (DPD) or a breach, the pledged assets can be invoked to secure the lenderโ€™s interest.


Input Type

InputTypeDescription
finsire_idstringA valid id generated during user creation
order_idnumberA valid order number that assigned while pledging
actionstringThis indicates the type of action whether invoke or revoke. It is an enum and accepts two options: INVOKE and REVOKE

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

๐Ÿ‘

You can try out API here