Get QBO transactions in internal format
Retrieve QuickBooks Online transactions transformed to match internal Transaction schema with clean internal IDs. Returns only schema-based IDs, not QBO IDs. Perfect for cron sync jobs with createTransaction.ts/editTransaction.ts
Headers
Authorization
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Query parameters
entityId
Entity ID
enrichWithContacts
Include contact information
groupPairs
Group transactions as debit/credit pairs
syncOnly
Return only new/updated transactions for cron sync
limit
Number of transactions to return
offset
Number of transactions to skip
cursor
Cursor for pagination
pageSize
Page size for cursor pagination
Response
Transactions in internal format
success
data
meta