To retrieve a loan repayment schedule, send a GET request to the endpoint below, along with the loan accountNumber in the request query.
GET/api/LoanAccount/v1/viewloanschedule
The response will contain the loan repayment schedule information, including details such as loan amounts, due dates, and outstanding loan fees. This feature provides convenient access to loan repayment schedules, thereby facilitating effective management of loan-related data.
Headers
Name
Value
Content-Type*
application/json
Authorization*
Bearer <token>
Request-Reference
{unique-reference}
Query Parameter
Name
Data Type (length)
Description
accountNumber
string
The unique number identifying the loan account
Here is an example request and response with a sample payload sent to the endpoint in Curl format.