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

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

entityIdstringRequired
Entity ID
enrichWithContactsbooleanOptional
Include contact information
groupPairsbooleanOptional

Group transactions as debit/credit pairs

syncOnlybooleanOptional

Return only new/updated transactions for cron sync

limitintegerOptional
Number of transactions to return
offsetintegerOptional
Number of transactions to skip
cursorstringOptional
Cursor for pagination
pageSizeintegerOptional
Page size for cursor pagination

Response

Transactions in internal format
successboolean or null
datalist of objects or null
metaobject or null