Reputation: 1101
We are integrating our SaaS with QuickBooks Desktop, but unfortunately unable to find enough info on qbXML. I remember it was there, but now looks like that Intuit obsoleted it.
Upvotes: 1
Views: 487
Reputation: 79
I think QBWC is the only way you can integrate to QB Desktop -- unless your client uses QB Online in which case you can use a wrapper like: https://github.com/mcohen01/node-quickbooks for node.js. The closest thing for Desktop is using Web Connector via something like: https://github.com/johnballantyne/qbws (example web service for QBWC on node.js using SOAP)
Upvotes: 0
Reputation: 2656
Yes, BillPaymentCheck or BillPaymentCreditCard.
See http://developer-static.intuit.com/qbsdk-current/common/newosr/index.html
Upvotes: 2