API Endpoints
Pending Repayments
Retrieves a paginated list of pending repayments for a user across all their loans.
GET
Fetches all pending repayments that the user needs to make, including due dates and amounts for each installment.
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.
Path Parameters
The unique identifier (UUID) of the user whose pending repayments to retrieve.
Query Parameters
Page number for pagination (starts from 1).
Number of items per page (maximum recommended: 50).
Response
Returns a list of pending repayments with details.Overall status of the API request.
Array of pending repayment objects.
