A FinancialAccount represents a bookkeeping account used for categorising revenue and payments.Financial accounts can be assigned to Products, EventProducts, TimePasses, ExtraServices (resource prices), Tariffs and Charges to control how income is tracked and reported.Each account has a Code (typically matching an external accounting system reference), a Name, and an AccountType that determines where it appears:
AccountType
Value
Purpose
Sales
1
Revenue from products, services and bookings
Payments
2
Incoming payment receipts
Deposits
3
Security deposits held against contracts
Important: Changing a financial account’s details or reassigning it to different items has no effect on existing invoices. The financial account recorded on each invoice line is captured at the time the invoice is issued and is never updated retroactively.
This endpoint requires OAuth2 authentication. Include a valid bearer token in the Authorization header.
The authenticated user must be a full unrestricted administrator or have the FinancialAccount-List role.
The list of FinancialAccount records matching the query. See the Get one FinancialAccount endpoint for the full list of properties returned for each record.