API Endpoints
List Customer Repayments
Retrieves a list of all repayments for a specific customer across all their loans.
GET
Fetches all repayment records associated with a customer, providing details about each repayment including amounts, due dates, installment information, and balances.
Request Headers
The JWT Access Token obtained from the
/login or /refresh-token endpoint.The date and time at which the request was initiated (ISO 8601 format).
The IP address of the customer making the request.
Unique identifier for the interaction/session.
Path Parameters
The unique identifier (UUID) of the customer whose repayments to retrieve.
Response
Returns a list of all repayments for the customer.Overall status of the API request.
List of repayment records.
