v1
latestOpenAPI 3.1.02026-07-22155403592.5 KBPayment
Transactions
Retrieve all transactions
Returns a list of transactions. Optionally transaction type and dates can be defined to retrieve transactions of a certain type from a certain date to another date
get/consumers/{consumer_id}/payment/transactions
Path parameters
consumer_idstring uuid required
Query parameters
pageinteger
Page number
sizeinteger
Page size
accounting_category'all' | 'unknown' | 'payout' | 'payout_cancel' | 'payment' | 'payment_cancel' | 'fee' | 'fee_cancel' | 'invoice' | 'internal_move'
Filter based on the type of the transaction.
starting_fromstring nullable
Get all transactions more recent than this one excluded
balance_idstring nullable
Get all transactions for a specific balance
payout_idstring nullable
Get all transactions linked to a specific payout
date_fromstring date nullable
date_tostring date nullable
location_idstring nullable
Get all transactions for a specific location
Response
Successful Response