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
string
required
The JWT Access Token obtained from the
/login or /refresh-token endpoint.string
required
Unique idempotency key for the request to prevent duplicate processing.
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.
Query Parameters
string
Optional filter to show repayments for a specific loan application.
string
Optional filter by repayment status. Options:
PENDING_VERIFICATION, VERIFIED, REJECTED, ALL.number
default:"1"
Page number for pagination (starts from 1).
number
default:"10"
Number of items per page (maximum recommended: 50).
string
Optional start date filter (ISO 8601 format) to show repayments from a specific date.
string
Optional end date filter (ISO 8601 format) to show repayments up to a specific date.
