Repay Loan
This API allows partial or full liquidation
Overview
To repay a loan, you have to first build the complete request url by passing loanAccountNumber, repaymentAmount, isTermination params to the repay loan endpoint.
Then you make a post request to complete the endpoint.
Expected Response
If the request is successful, it returns a status code of 200 with a response body.
{
"IsSuccessful": true,
"CustomerIDInString": null,
"Message": "Loan Repayment Was Successful for 00170021132028983",
"TransactionTrackingRef": null,
"Page": null
}
You can check out API reference to Repay Loan
Updated about 1 year ago