Question

I want to know how can i connect to Quickbooks desktop using the v3 api. I have successfully connected to Quickbooks online. Now i need to connect to Desktop. I have already done it using the V2 API but since its deprecated i need to upgrade to V3 API.

For QBD(Quickbooks Desktop) i have found the following references

Reference

The link has documentation for Quickbooks SDK and Quickbooks WebConnector. Which one should be used for communicating with Quickbooks Desktop?

Also i found the following documentation

Reference

Is it possible to send XML/JSON request to a service URL in quickbooks for QBD as shown in the above URL reference??

Any help on how to proceed with quickbooks desktop integration would be appreciated.

Thanks

Was it helpful?

Solution

If you have an existing QuickBooks desktop v2 app that has been published already, AND have talked to Intuit about the pricing changes for QuickBooks desktop apps:

Then you'll be grandfathered in, and can use the v3 QuickBooks desktop APIs that are documented here.

Set up Sync Manager on your QuickBooks desktop computer (there's an option in the menu) and you'll be able to choose that company when you go through the OAuth process.

Otherwise:

You need to use the QuickBooks SDK instead of the v3 APIs. These are instead documented here.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top