All transactions related paths.
/transactions/cash
List cash transactions
account_group_id
string
Filters the list to show only transactions associated with a certain account group ID.
start_date
string
Returns transactions starting from and including this date (UTC).
end_date
string
Returns transactions up until this date (UTC)
sort
string
Sort the result by booking_date
.
order
string
Sort order of the result list if the sort
parameter is specified. Use ASC
for ascending or DESC
for descending sort order.
offset
int
Use the offset
argument to specify where in the list of results to start when returning items for a particular query.
limit
int
Use the limit
argument to specify the maximum number of items returned.
Cash Transactions
{
"meta": {
"offset": 0,
"limit": 100,
"count": 2,
"total_count": 2,
"sort": "booking_date",
"order": "ASC"
},
"data": [
{
"id": "6dc9fbca-8835-11ed-a217-2eabd0c03f8a",
"created_at": "2023-01-01",
"updated_at": "2023-01-01",
"account_group_id": "6409e3f2-8835-11ed-96a4-2eabd0c03f8a",
"booking_date": "2023-01-01",
"delta": {
"amount": "-305.00",
"currency": "EUR"
},
"references": [
{
"id": "7579a672-8835-11ed-9455-2eabd0c03f8a",
"type": "ORDER_EXECUTION"
},
{
"id": "1f5758d3-1ef7-4b4c-96ec-6b3da2bf1a8a",
"type": "ORDER"
}
],
"taxes": [
{
"amount": "5.00",
"currency": "EUR",
"type":