transactions Query
Arguments
#
account
Reference of the account(s) assigned to the main side of the transaction (CREDIT -> recipient, DEBIT -> sender)
paymentMethodType
The payment method types. Can include null
for transactions without a payment method
fromAccount
Reference of the account assigned to the other side of the transaction (CREDIT -> sender, DEBIT -> recipient). Avoid, favor account instead.
orderBy = { "field": "CREATED_AT", "direction": "DESC" }
The order of results
expenseType
Only return transactions that have an Expense of one of these expense types attached
includeHost = true
Used when filtering with the host
argument to determine whether to include transactions on the fiscal host account (and children)
includeRegularTransactions = true
Whether to include regular transactions from the account (turn false if you only want Incognito or Gift Card transactions)
includeIncognitoTransactions
If the account is a user and this field is true, contributions from the incognito profile will be included too (admins only)
includeChildrenTransactions
Whether to include transactions from children (Events and Projects)
includeGiftCardTransactions
Whether to include transactions from Gift Cards issued by the account.
virtualCard
Response
#
Returns TransactionCollection !.
Example
#
transaction
update