Documents
individual-transactions
individual-transactions
Type
External
Status
Published
Created
Jun 8, 2026
Updated
Jun 8, 2026
Source
View

Individual Transactions#

Transaction Fields#

NameDescription
Expense TypeDescribes the kind of expense: invoice, reimbursement, virtual card, settlements and grants.
KindIndicates what kind of transaction it is (see Transaction Kinds)
Is DebtIndicates “true” for platform transactions that represent a debt (PLATFORM_TIP_DEBT & HOST_FEE_SHARE_DEBT).
AmountThe amount of the transaction. Credit transactions have positive values and Debit transactions have negative values.
CurrencyThe currency in which the transaction was recorded. This is typically the currency in which either the collective or fiscal host manage their funds.
Original Currency AmountIf the transaction currency is different from the host currency, this amount will show the value in which the transaction was initiated. This is a string that includes the original value and currency (eg: 1000 SK).
Account IDThe account to which this transaction is attributed.
Opposite Account IDThe other account related to the transaction.
Host Collective IDIf the collective is hosted by a fiscal host, this references the host (at the time the transaction was created).
Is RefundedIf a transaction was refunded then this field indicates “REFUNDED” otherwise it is empty.
Is RefundIf the transaction is a refund then this field indicates “REFUND” otherwise it is empty.
Refund Transaction IDIf the transaction has been refunded, this will have the transaction ID of the related refund transaction.
Payment ProcessorThe payment processor associated to the transaction (eg: Stripe, Paypal, Wise, Open Collective, Other).
Payment MethodThe payment method associated to the transaction (eg: Credit Card, Balance)
Merchant IDA reference number provided by the payment processor.
Tax TypeIf the transaction is or has related tax information, this indicates the type of tax (VAT/GST).
Tax RateIf the transaction is or has related tax information, this indicates the applied tax rate.
Tax ID NumberIf the transaction is or has related tax information, this indicates the related tax identifier.

Deprecated Fields#

These additional fields have been deprecated but may still apply to older transaction records:

Transaction GraphQL IDA unique 32 character transaction identifier. (formerly Long Transaction ID)
Gross AmountUntil and including the year 2023 payment processor fees and taxes were stored as transaction fields. The gross amount is equal to the transaction amount plus the payment processor fees plus the taxes.
Payment Processor FeeUntil the year 2024 payment processor fees were stored as fields of a transaction. Since 2024 they are stored as separate transactions.
Platform FeePlatform fees were once stored as transaction fields. They are now separate transactions.
Host FeeHost fees were once stored as transaction fields. They are now separate transactions.

Transaction Kinds#

Each transaction is of a single “kind.” The following are the "kinds" of transactions:

CONTRIBUTIONRecords a contribution made through the platform.
PAYMENT_PROCESSOR_FEERecords a fee charged by a payment processor.
ADDED_FUNDSFunds that have been added to a collective account by a fiscal host.
HOST_FEERecords a host fee allocated to the host in relation either a CONTRIBUTION or ADDED_FUNDS
HOST_FEE_SHARERecords a revenue share passed to the platform in relation to either a CONTRIBUTION or ADDED_FUNDS
HOST_FEE_SHARE_DEBTRecords a debt to the platform due to a HOST_FEE_SHARE that has not been transferred to the platform.
EXPENSERecords an expense made through the platform.
PLATFORM_TIPRecords a platform tip added by a contributor to their contribution.
PLATFORM_TIP_DEBTRecords a debt to the platform due to a PLATFORM_TIP that has not been transferred to the platform.
PAYMENT_PROCESSOR_COVERRecords payment processor fees that are covered by a fiscal host when a transaction is refunded (the payment processor do not refund the fees related to the original transaction).
PAYMENT_PROCESSOR_DISPUTE_FEERecords a fee paid by fiscal host when a contribution is disputed through a payment processor (dispute fees are charged regardless of dispute outcome).
BALANCE_TRANSFERUsually done when emptying balance (Collective to Host, Project or Event to Collective). Or in some cases, moving balance between Fiscal Hosts.
PREPAID_PAYMENT_METHOD[LEGACY] records a transaction used for implementing gift cards.
UNNAMED[LEGACY] records transactions that date earlier then 2018 that experience migration challenges to later ledger versions.