Vadim K.
Vadim K.

Reputation: 1101

Does QuickBooks Web Connector support create Bill Payments

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

Answers (2)

dcb
dcb

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

William Lorfing
William Lorfing

Reputation: 2656

Yes, BillPaymentCheck or BillPaymentCreditCard.

See http://developer-static.intuit.com/qbsdk-current/common/newosr/index.html

Upvotes: 2

Related Questions