Search code examples
intuit-partner-platformquickbooks-online

Which QBO Accounts Receivable account is the authoritative one?


I have a QuickBooks Online company with multiple A/R accounts. (It was converted from some flavor of QB Desktop.) How can I use the IPP QBO API v3 to figure out which one is authoritative. Neither Invoice nor Payment objects reference the A/R account unless I'm mistaken.


Solution

  • Create an invoice using the API. Then use the QBO reports api to run a balance sheet and see which A/R account changed.