Skip to main content
GET
Retrieve all transactions

Path Parameters

consumer_id
string<uuid>
required

Query Parameters

page
integer
default:1

Page number

Required range: x >= 1
size
integer
default:50

Page size

Required range: 1 <= x <= 100
accounting_category
enum<string> | null
default:all

Filter based on the type of the transaction.

Available options:
all,
unknown,
payout,
payout_cancel,
payment,
payment_cancel,
fee,
fee_cancel,
invoice,
internal_move
starting_from
string | null

Get all transactions more recent than this one excluded

balance_id
string | null

Get all transactions for a specific balance

payout_id
string | null

Get all transactions linked to a specific payout

date_from
string<date> | null
date_to
string<date> | null
location_id
string | null

Get all transactions for a specific location

Response

Successful Response

items
TransactionItemOut · object[]
required
total
integer
required
Required range: x >= 0
page
integer
required
Required range: x >= 1
size
integer
required
Required range: x >= 1