Search code examples
quickbooksquickbooks-onlineintuit-partner-platform

Quickbooks Online API financial data


Trying to build an application using data from the QuickBooks Online API. The reports aren't available through the API, but the data is. Well... most of it anyway. I haven't been able to find the transactions for Deposits like CreditCardCredits or bank transfers. This data is available on QuickBookOnline, but not through the API. They show up as Deposit transactions in the registers and ledgers.

I want to able to create rolling reports (financial statements) using the data from the API. Am I missing something, is this even possible? Currently using c# and the IPP API provided by Intuit via Nuget, I can switch to the REST calls if the data is available there or in any other format.

Thanks


Solution

  • The v3 APIs do not support reporting yet. It will eventually, it just doesn't yet.

    You might be able to pull all of the individual transactions and sum things up... but unless you have an immediate need to do that, you're probably better off waiting until v3 supports reporting and building this functionality then.

    The docs for what is/isn't supported are here: