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
Query Parameter
Name
Data Type (length)
Description
Here is an example request and response with a sample payload sent to the endpoint in Curl format.