List Balances Transactions

Returns a list of transactions that have contributed to your account balance, including charges, fees, and other adjustments. You can filter the results by specifying a time range. If no time range is provided, or only the end date is specified, the response will include transactions from the past 30 days up to today or the specified end date.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
integer
required
1 to 100

The maximum number of items to return per page. Must be between 10 and 100, inclusive.

integer
required
≥ 1

The page number to retrieve a specific set of items. Must be 1 or greater.

string

The start time of created_time in ISO8601 format (inclusive).

string

The end time of created_time in ISO8601 format (inclusive).

string

Specifies the currency for which transactions are retrieved. Currency codes follow the ISO 4217 standard.

string
enum

Transaction type.

Show Details
ALLIncludes all types of financial transactions in the system.
PAYINIncoming payment received from external sources.
DEPOSITFunds added directly to an account through bank transfer or other means.
PAYOUTOutgoing payment sent to external beneficiaries.
TRANSFERMovement of funds between internal accounts.
CONVERSIONCurrency exchange between different currencies.
FEEService charges or transaction fees.
REFUNDReversal of a previous payment or transaction.
ADJUSTMENTManual or automated correction to account balance.
INVOICEInvoice transaction.
string
enum

Transaction status.

Show Details
ALLRepresents all possible transaction statuses.
COMPLETEDTransaction has been successfully processed and finalized.
PENDINGTransaction is currently being processed and awaiting completion.
FAILEDTransaction could not be completed due to an error or rejection.
Allowed:
Headers
string

Specifies the sub-account on whose behalf the request is made. This should be set to the account_id, which can be retrieved via the List Connected Accounts. If omitted or empty, the request is executed using the master account.
More information at Connected Accounts.

Responses

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