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
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.
Path Parameters
string
required
The unique identifier (UUID) of the user whose repaid transactions to retrieve.
Response
Returns a list of all repaid transactions.string
default:"SUCCESS"
Overall status of the API request.
array
Array of repayment transaction objects.
