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
string
required
The JWT Access Token obtained from the
/login or /refresh-token endpoint.string
required
The date and time at which the request was initiated (ISO 8601 format).
string
required
The IP address of the customer making the request.
string
required
Unique identifier for the interaction/session.
Path Parameters
string
required
The unique identifier (UUID) of the customer whose repayments to retrieve.
Response
Returns a list of all repayments for the customer.string
default:"SUCCESS"
Overall status of the API request.
array
List of repayment records.
