QuickBooks is popular small to medium-sized business accounting software created by Intuit, Inc. QuickBooks Pro/Premier/Enterprise for Windows all include support for programmatic access to QuickBooks via Intuit's SDK/XML-based APIs. QuickBooks Online edition also supports an XML-based API. ...
0
votes
0answers
5 views
QuickBooks API - Retrieve only data that has changed
I am building an app that accesses the QuickBooks API v2.
I am looking for a way to retrieve only data that has changed.
For example, from time to time want to be able to check to see if there have ...
0
votes
0answers
8 views
Quickbooks development - custom events when creating an accounts receivable transaction
I am looking to create a quickbooks plugin that allows me to update the tax rate on an accounts receivable transaction. I would need to access a webservice for some metadata and update the tax rate ...
3
votes
1answer
26 views
Retrieving an Invoice as PDF in QuickBooks API V3
Will retrieving Invoice documents as PDFs be available in QuickBooks API V3? If so, will QuickBooks Desktop be supported as well? In V2 (Intuit Data Services), only QuickBooks Online was supported.
0
votes
0answers
8 views
Internal QuickBooks error
I have developed a sync application that connects to Quikbooks Enterprise edition Manufacturing and WholeSale 11.0 Release R12P via SDK version 11 using qbXML. Occasionally I receive following error.
...
0
votes
1answer
23 views
QBSDK Noob Issue with SDK and samples
I am using C# in VS 2010
I am using Quickbooks 2011 Premium
I downloaded the latest QBSDK (v12.0)
I open the QB sample data file (sample_product-based business.qbw)
I open the InvoiceAdd project ...
0
votes
1answer
7 views
QuickBooks - A connection attempt failed because the connected party did not properly respond after a period of time
I am trying to connect to https://subdomain.mysite.com/qbwebservice.asmx using the QuickBooks Web Connector. I am getting a connection issue:
20130617.18:20:07 UTC : ...
0
votes
1answer
12 views
Windows Azure SDK 2.0 for QuickBooks API versUS IPP V3
I'm doing custom QB development for a accounting firm and the question I have is has Intuit announced its decision regarding its chosen, supported API or SDK for QB Desktop and QB online?
Perhaps ...
0
votes
0answers
21 views
In order to send this transaction you need to specify a delivery type (fax or email) and address
When i send the request to the quickbooks online api
for sales receipt generation
Following Response i get from quickbook api please help me
<FaultInfo ...
-2
votes
0answers
9 views
Download inclusive VAT price for quickbooks South Africa
Is there a way to download the price inclusive or exclusive of VAT using the quickbooks SDK.
This is specifically for Quickbooks South Africa.
0
votes
1answer
142 views
QBXML components have not been installed
I have a user who is having a issues running a QuickBooks Web Connector service.
Version:
1.2
Message:
Application requested to abort
Description:
Error connecting to QuickBooks. Error ...
1
vote
1answer
15 views
How to find QuickBooks Sales Receipt by DocNumber?
I am using Intuit QuickBooks desktop version, I wanted to find Sales Receipt in QuickBooks by Doc Number property of Sales Receipt, Is there any way to find.
Currently I have only one way like ...
0
votes
1answer
14 views
SalesOrderStorage::DoAdd This feature is not enabled or not available in this version of QuickBooks. HRESULT=0x80040527
QB 2013 pro
Write it once - Shopping Cart Assistent
Everything was working fine till today, I started getting the above error when I would attempt to capture the orders. There may have been a QB ...
0
votes
0answers
24 views
how to set openid_identifier in web.config
I have my tokens and such setup in my web.config I just don't know what to put here?
<!-- Enter the Application Name by replacing YourAppName -->
<add key="openid_identifier" ...
0
votes
1answer
53 views
How to add inventory to the same sales receipt in quickbooks
I am trying to add multiple pieces of inventory to a sales receipt in quickbooks.
so far, if I have 4 items, it creates 4 different sales receipts.
However, I want to make 1 sales receipt that ...
-3
votes
0answers
24 views
Intuit Payments for invoice with QBXML [closed]
I get one invoice with the id FC44-1236610186.
I need obtain the payments of this invoice with QBXML?
-3
votes
0answers
17 views
Getting Balances As Of Jan 1 [closed]
How can I get the balance of all accounts as of Jan 1? I want a balance report which does not include any transactions for that day. For example, I want to build a trial balance using a transaction ...
0
votes
0answers
24 views
Quickbooks Authenticate user for queueing
I would like to allow multiple users to queue on my server.
I can create multiple users in qbWebconnect in my server but I want user to login and be authenticated against the qbwebconnect users before ...
0
votes
1answer
35 views
QBSDK Distribution for VB6 App
Ok, I went through great lengths but I finally got my integration to quickbooks working on my VB6 application. It works perfectly on my build machine. I actually installed the qbdsk11 on my build ...
0
votes
1answer
15 views
Creating Scoped Job Requests For Quickbooks Web Connector QBWC?
I'm developing a web application that communicates with many different Web Connectors, sometimes simultaneously.
The problem I'm running into is that I have a single, global job queue on the server ...
0
votes
0answers
22 views
How can the qbposxml API version 3.0 DTD be used by the 3.0 SDK QBWC?
I am using the Quickbooks POS (qbposxml) API via the Quickbook WebConnector (QBWC).
I am using the QBWC version from the 3.0 SDK, and i'm attempting to send messages and receive responses that ...
0
votes
2answers
76 views
Ask QB to make a check, get check info back later
I am a python developer, not a QB user, so please forgive me for using poor terminology.
We have an internal web application that is used by finance staff to identify small sets of payment requests ...
0
votes
2answers
44 views
Magento Thub Quickbooks Integration
Hopefully someone on here has some Thub experience with magento and quickbooks. Here is my problem:
We created a bundled item in Magento with 2 t-shirts (configurable) and 4 other simple products ...
0
votes
1answer
24 views
Error 3176 - QuickBooks error message: Can't lock the credits
We are trying to add an Invoice with 'SetCredit' using QBXML - WebConnector. (QBXML is formed right)
<?xml version="1.0" encoding="utf-8"?>
<?qbxml version="12.0"?>
<QBXML>
...
0
votes
0answers
29 views
QuickBooks IDN Login
I get the error message
migration to IAM required
when I try to log in at the QuickBooks IDN site. What do I need to do to fix this?
0
votes
0answers
55 views
Getting Random Issue in QBSDK after Upgrading to QuickBooks 2013
Recently, We upgrade our QuickBooks 12 to QuickBooks 13.
We have one QB App which is based on qbxml & QBSDK. We are getting random issue while processing transaction entries. some times, we get ...
0
votes
0answers
17 views
Quickbooks PHP Devkit Modify Invoice
This is for Quickbooks Desktop.
I'm able to create an invoice with no problem, but I can't seem to modify it. When I try to the XML generated doesn't include the line item.
I'm using the same ...
0
votes
1answer
18 views
How can I obtain historical account balances using QBXML?
I need to obtain the last 24 month-end balances for all accounts in QuickBooks. Is there a way to do that without running a report (e.g., GeneralSummaryReportQueryRq)? If not, is there a way to ...
0
votes
3answers
43 views
Intuit QBD v2 customer query not returning correct open balance
I am just getting started with the QBD v2 .net sdk and am starting out by trying a simple customer query. I have no filters on the query and simply bind the returned list to a grid. My problem is, I ...
0
votes
0answers
14 views
Quickbooks NFR Australian version
I'm developing an app to connect to QuickBooks and so far have only got the US version (Canada, UK versions are also available). How do I get the Australian nfr version to test the app against.
This ...
0
votes
0answers
16 views
Show item in QuickBooks Desktop programmatically
My website allows users to enter QuickBooks item numbers like purchase order numbers. I'd like to make those a link so that clicking on them pops up the item in their QuickBooks desktop software. It ...
0
votes
1answer
34 views
Intuit POS SDK - Missing manufacturer for inventory query
I am developing against the QuickBooks POS system. I make the following request for an inventory list (in C#).
var request = sessionMgr.CreateMsgSetRequest(1, 0);
request.Attributes.OnError = ...
0
votes
1answer
88 views
QuickBooks API - Retrieve transactions for all accounts
Is it possible to use the QuickBooks API to retrieve all transactions of all accounts defined in the chart of accounts, or of an individual account, and to filter by date range?
...
0
votes
1answer
17 views
QuickBooks Web Connector Remote Debugging
I have a web service located at www.mysite.com/qbwebservice.asmx using the QBXML SDK. If I have the code for QBWebService.asmx on my machine, can I attach a process to QBWEBConnector.exe and do remote ...
0
votes
1answer
23 views
Add menu item to Quickbooks
Is it possible to add a menu item to Quickbooks using the QBSDK?
I have found a couple of old examples that I can't make work.
I have created a custom application for my company and am trying to ...
1
vote
1answer
136 views
QBWC WSDL missing
My QBWC app has been working fine but I got notified this morning by accounting that it had suddenly stopped working. Specifically it was failing to authenticate. I checked the QWCLog.txt and found ...
0
votes
1answer
32 views
Set up Sync Manager - Option is missing
Trying to get a test connection on the quickbooks API, but am running into a strange issue.
When testing my new created app space, I need to:
Go to QuickBooks. Open your company file.
Choose File ...
0
votes
1answer
168 views
Connecting to Quickbooks using API
I need some guidelines here. I am creating an online booking system for my client, that interfaces with qbooks on their internal network. (Desktop quickbooks, not online).
Do I need to go the full ...
0
votes
0answers
71 views
QuickBooks API - How to get all revenues/expenses
I have limited experience with QuickBooks and accounting in general.
Still, I'm building an application that will integrate with QuickBooks API.
...
0
votes
0answers
26 views
Inserting Subtotal into SalesOrder
Im using the following code to insert a series of sales order lines, all works fine
IORSalesOrderLineAdd line = salesOrder.ORSalesOrderLineAddList.Append();
...
0
votes
1answer
47 views
Intuit Anywhere disconnect
I am in the final stages of implementing my Intuit Anywhere app but have failed one of the test (Disconnect).
The user has authorized my application. If the user logs into Intuit Anywhere and ...
0
votes
0answers
29 views
QB online - multicurrency - InvoiceAddRq Error: The currency of the transaction is invalid for customer/supplier/account
When sending information down to QB Online with multi currency, we receive this error message:
Could not send data to QuickBooks. -- An error occurred when
attempting to save the Invoice in ...
0
votes
0answers
56 views
QuickBooks SDK for iOS
I am working on an iOS Mobile app project with Quickbooks integration, is there any quickbooks API available for iOS. Can we integrate mobile App with Quickbooks?
This question says that the Rest ...
0
votes
0answers
36 views
QuickBooks Merchant Services QBMS connection ticket subscription callback URL not called on CentOS 6.3 Apache 2.x due to SSL misconfiguration
This fix applies to Centos 6.3 Apache 2.x using virtual hosting when the QuickBooks Merchant Services connection ticket subscription callback script is not called upon a connection request, and is the ...
0
votes
1answer
45 views
Intuit connectToIntuit button is not passing control back to parent page
We have implemented Intuit connect button functionality as per the following link:
...
0
votes
0answers
26 views
Invalid messaging format quickbooks
I've tried to add simple invoice line. I'm use PHP DevKit.
This simple query:
$customerListId = 1; //got with getCustomerByName()
$customerFullName = 'Antoni Holmes'; //got with getCustomerByName()
...
0
votes
1answer
95 views
authenticating quickbooks online ipp api explorer
I am trying to test the Quickbooks online api using the credentials Intuit provides in my developer center. The api sandbox will not authenticate me. ...
0
votes
1answer
30 views
Why can't I get CreditCardTxnInfo in ReceivePaymentAddRs?
I'm using QBMS to process credit card payments. Then, I'm using QBXML and the QB Web Connector to add these payments into QB. I have QBMS payment processing working fine, and the ReceivePaymentAddRq ...
3
votes
0answers
47 views
qbXMLRP2e not being registered
I installed QB SDK v12
Then I tried to register the COM object as follows:
qbXMLRP2e.exe \regserver
When I go to view the DCOM objects it is not there. How can I register the COM object so I can ...
0
votes
0answers
54 views
Quickbooks POS SDK weird btnHelp BeginSession error
I am trying to integrate a C# program with Quickbooks POS via Quickbooks POS SDK. I have Quickbooks, Quickbooks SDK, Quickbooks POS and Quickbooks POS SDK installed.
When the following code hits ...
0
votes
1answer
25 views
Bad AccountQueryRs from QuickBooks Enterprise 2013
Using this QBXML request against QB Enterprise 2013 (by one of our users)...
<?xml version="1.0" ?>
<?qbxml version="8.0"?>
<QBXML>
<QBXMLMsgsRq onError = "stopOnError">
...
