API Endpoints
Repaid Transactions
Retrieves a list of all repaid transactions for a user.
GET
Fetches all repayment transactions that have been completed by the user across all their loans.
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 repaid transactions to retrieve.
Response
Returns a list of all repaid transactions.Overall status of the API request.
Array of repayment transaction objects.
