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