transactions
Query

Arguments

#

account

Reference of the account(s) assigned to the main side of the transaction (CREDIT -> recipient, DEBIT -> sender)

dateFrom

Only return transactions that were created after this date

dateTo

Only return transactions that were created before this date

fromAccount

Reference of the account assigned to the other side of the transaction (CREDIT -> sender, DEBIT -> recipient). Avoid, favor account instead.

group

The transactions group to filter by

hasExpense

Only return transactions with an Expense attached

hasOrder

Only return transactions with an Order attached

host

Reference of the host accounting the transaction

includeChildrenTransactions

Non-null

Whether to include transactions from children (Events and Projects)

includeDebts

Non-null

Whether to include debt transactions

includeGiftCardTransactions

Non-null

Whether to include transactions from Gift Cards issued by the account.

includeIncognitoTransactions

Non-null

If the account is a user and this field is true, contributions from the incognito profile will be included too (admins only)

includeRegularTransactions

Non-null

Whether to include regular transactions from the account (turn false if you only want Incognito or Gift Card transactions)

Default: true

kind

To filter by transaction kind

limit

Non-null

The number of results to fetch (default 10, max 1000)

Default: 100

offset

Non-null

The offset to use to fetch

orderBy

Non-null

The order of results

Default: { "field": "CREATED_AT", "direction": "DESC" }

paymentMethodType

The payment method types. Can include `null` for transactions without a payment method

searchTerm

The term to search

type

The transaction type (DEBIT or CREDIT)

Response

#

Returns TransactionCollection !.

Example

#

3