List Transactions from Account

Get a list of transactions for a specific account filtered by
various parameters.

This request returns a list of transactions for a specific account based on
its account_id. You can use different types of filers, such as status,
type, client_reference and more to refine your request.

This API supports multiple values in the query string by using repeated query parameters.

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

The unique identifier (UUID) of the account or which the transaction was posted.

Query Params
int32

The number of pages to show the filtered results of the transactions.

int32

The number of transactions to retrieve per page.

string
enum

Filter transactions by status. Check Transaction Statuses to have a better understanding of each status.

Allowed:
string
enum

The direction in which funds are moved. If funds_in the amount is deposited in your account. If funds_out the amount is deducted from your account. Important: This attribute is scheduled for depreciation and will replaced by payment_direction.

Allowed:
string

Filter transactions by client reference.

date

The starting date from which you want to filter transactions.

date

The end date to which you want to filter transactions.

string

The unique identifier of the associated member.

string
enum

The associated member type, the value can be business or linked_individual.

Allowed:
Responses

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