Search code examples
quickbooksintuit-partner-platformquickbooks-onlineqbxml

Will QuickBooks API Work With Custom Apps?


We've developed some custom apps for clients which connect to QBO via the QBSDK. Since the new Harmony interface in QBO will break QBSDK apps, does this mean that Intuit will support the use of the IPP with custom apps? Does anybody have info about Intuit's plans for this?


Solution

  • Custom integration is still not supported in production.

    You can follow the IPP's official blog.

    https://developer.intuit.com/blog

    You can use QB REST APIs in the dev only mode. But in that case there will be a constraint of 10 active connections(app-company).

    Thanks