Ryan Weiss
Ryan Weiss

Reputation: 1318

Programming third-party app to submit invoices to QuickBooks software

My client is wanting to be able to submit invoices automatically into the QuickBooks software from another piece of software that I'm writing (using Qt++/C++). It's my understanding that this can be possible with the QuickBooks SDK for C++. Can anyone definitively confirm if this is true before we move forward?

Upvotes: 0

Views: 114

Answers (1)

Keith Palmer Jr.
Keith Palmer Jr.

Reputation: 27952

Yes, you can communicate with QuickBooks using C++.

Download the QuickBooks SDK - there are code examples in there.

Upvotes: 1

Related Questions