transactions
Query
Arguments
#
account
Reference of the account(s) assigned to the main side of the transaction (CREDIT -> recipient, DEBIT -> sender)
fromAccount
Reference of the account assigned to the other side of the transaction (CREDIT -> sender, DEBIT -> recipient). Avoid, favor account instead.
includeChildrenTransactions
Whether to include transactions from children (Events and Projects)
includeGiftCardTransactions
Whether to include transactions from Gift Cards issued by the account.
includeIncognitoTransactions
If the account is a user and this field is true, contributions from the incognito profile will be included too (admins only)
includeRegularTransactions
Whether to include regular transactions from the account (turn false if you only want Incognito or Gift Card transactions)
Default: trueorderBy
The order of results
Default: { "field": "CREATED_AT", "direction": "DESC" }paymentMethodType
The payment method types. Can include `null` for transactions without a payment method
Response
#
Returns TransactionCollection !.