List Repayments
API Endpoints
List Repayments
Retrieves a paginated list of all repayments for a loan or across all loans.
GET
List Repayments
Fetches a paginated list of repayment records, allowing managers to view and track all loan repayments. Can be filtered by loan application ID to show repayments for a specific loan.
Request Headers
The JWT Access Token obtained from the
/login or /refresh-token endpoint.Unique idempotency key for the request to prevent duplicate processing.
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.
Query Parameters
Optional filter to show repayments for a specific loan application.
Optional filter by repayment status. Options:
PENDING_VERIFICATION, VERIFIED, REJECTED, ALL.Page number for pagination (starts from 1).
Number of items per page (maximum recommended: 50).
Optional start date filter (ISO 8601 format) to show repayments from a specific date.
Optional end date filter (ISO 8601 format) to show repayments up to a specific date.
