List All Transactions

This API retrieves a paginated list of transactions for a specific loan. Optional filters allow excluding certain transaction types and sorting the results.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required
Defaults to 123

The unique identifier of the loan.

Regex: ^\d+$

Example: 123

Query Params
excludedTypes
array of strings

Optional transaction types to exclude from the results. Multiple values can be specified by repeating the parameter.

excludedTypes
string
required
Defaults to 0

he page number for pagination (0-indexed).

Default: 0

Example: 0

integer
required
Defaults to 20

The number of records per page.

Default: 20

Example: 20

string
Defaults to date,desc

Sort criteria in the format: property(asc|desc). Default sort order is ascending. Multiple sort criteria can be specified.

Common sortable properties: id, date, amount, transactionDate

Example: date,desc or id,asc

Headers
string
required
Defaults to default
Response

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json