Questions tagged [qbwc]

The QuickBooks Web Connector provides an API for interfacing web-based applications with desktop Intuit QuickBooks software.

Quickbooks Web Connector(QBWC) allows you to create calls without writing your own desktop application to perform them. In essence, QBWC is middleware that performs the calls for you. It does this by placing a call to your application, authenticating, and then processing calls via a queue you establish. Calls continue until your application tells it to stop.

To set up QBWC to make calls to your remote application, you will need to create a QWC file.

77 questions
2
votes
1 answer

Why is the company file name supplied by the web service?

I understand that to access a company that is not currently open in QuickBooks, the web service needs to supply QuickBooks Web Connector with the file location as a return value to an authenticate() call. This seems backwards to me. Why would the…
JohnB
  • 1,231
  • 1
  • 18
  • 33
2
votes
0 answers

How to remove a transaction line from a deposit in QBXML?

When modifying invoices and bills I can work with line items just fine. To add items I set the TxnLineID to -1 and to remove the item you simply do not include it in the mod request. So instead of storing the TxnLineID for later mods I set them all…
Matt R. Wilson
  • 7,268
  • 5
  • 32
  • 48
1
vote
1 answer

How can i upload attachments to Quickbook Desktop via Quickbook Web Connector

I'm working to sync data such as invoice, purchase order, sales order,... from my application to client's Quickbook Desktop via Quickbook Web Connector. But i don't know how can i upload attachments. Please help!
hhuutan
  • 11
  • 1
1
vote
1 answer

shipping method added by qbxml does not appearing in quickbooks desktop UI

I have added ShipMethodRef and ShipDate by qbxml query but in Quickbooks Desktop it does not appearing for that sales receipt or invoice. This is request that I am making to add shipInfo :
Kesha
  • 497
  • 6
  • 19
1
vote
0 answers

Quickbooks Web Connector - SOAP requested resource not found when using Python/Sypne

Im trying to write a python web service to integrate with Quickbooks Web Connector. Im using the Spyne api to do this but seem to be running into a problem where requested methods arent recognised. The code ive written is: class…
Amran
  • 11
  • 1
1
vote
1 answer

QuickBooks CustomerAdd request failing due to malformed xml?

Question: Am i sending the proper XML request? AM i missing any required information? I'm using the following documentation from QuickBooks to compare XMLOps: https://developer-static.intuit.com/qbSDK-current/Common/newOSR/index.html Im creating a…
NodeDad
  • 1,519
  • 2
  • 19
  • 48
1
vote
0 answers

I would like my QuickBooks WebConnector (QBWC) to connect to my dev server node-soap

There are two servers, my development server and the server Quick Books is currently installed on. This is my .QWC file that is saved on the Quick Books server.
jonhill13
  • 11
  • 2
1
vote
1 answer

QBWebConnector Error (QBWC1039) Getting an error after updating Quickbooks

I setup WebConnect and connected to it using the quickbooks php-devkit without any issues. https://github.com/consolibyte/quickbooks-php The very next day, there was a quickbooks update pending, which I ran, and now I can no longer add my…
DT2K
  • 11
  • 4
1
vote
2 answers

Web application's payroll data integration with QuickBooks

I want to Integrate my C#.NET web application with QuickBook online edition. I am new to this and using asp.net 3.5 framework for my application. I want to integrate my application's employee payroll data to QBOE for creating PayChecks. So what API…
Vimal
  • 43
  • 1
  • 6
1
vote
1 answer

Recieving Overpayments in Quickbooks through the Web Connector

I'm the programmer for a company that sells a web-based business software product, that lets the user run their business. It has an A/R module. Our users use our software to enter payments from their customers and apply the payments to their…
user3826040
1
vote
1 answer

Adding Multiple Payments using QBXML

I am trying to add new payments in a batch to quickbooks using XML requests to Quickbooks Web Connector, my request for a single payment looks like this $xml = '
cmtzco
  • 171
  • 1
  • 8
1
vote
2 answers

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. Does QuickBooks Web Connector support create Bill Payments? Is it now…
Vadim K.
  • 1,081
  • 1
  • 14
  • 26
1
vote
1 answer

How do I validate TimeModified timestamp values in QBXML response from QuickBooks Desktop?

I am using the QuickBooks Web Connector to sync QuickBooks Desktop employees and customers bidirectionally with our third party web application. We plan to compare the TimeModified value returned in the QBXML to the timestamp of the last change for…
antibrian
  • 346
  • 4
  • 12
1
vote
1 answer

Windows 7 not accepting self-signed SSL certificate

I have a problem with a self-signed SSL certificate not being accepted on my Windows 7 box. I need this because the QuickBooks web connector will not address my CRM except over HTTPS, and the CRM is hosted on an intranet-only Linux server. I…
Javadecaf
  • 91
  • 2
  • 6
1
vote
1 answer

QB PRO 2013 + Web Connector with closed company

I have Quickbooks Pro 2013 with the Web Connector installed. I have created a sync application, granted permissions and everything, and I get the Web connector to exchange data between the company file (QB PRO 2013) and a web service successfully.…
Agustin Garzon
  • 317
  • 2
  • 15