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
15 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
10 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
10 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
20 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
0answers
43 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
15 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
14 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
95 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
20 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
88 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
47 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
21 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
31 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
19 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 ...
-1
votes
0answers
14 views
Quick Books Data Fetch in to java base webapplication
Can any one help to get data from Quickbook to my java(jsp/servlet) base web application.??
0
votes
0answers
22 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
26 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
34 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
25 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
62 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
26 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
37 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
31 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
19 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">
...
0
votes
1answer
22 views
Quickbook data access using java
I am new to QuickBook developement.
I want to know do we required to create webservice for fetching data using quickbooks for my java base application or I need to use quickbooks API and develope only ...
0
votes
1answer
25 views
how to connect my java base desktop application with Quickbooks to fetch data?
I am new for the QuickBooks. Can any one guide me what steps I required to load data from Buickbook in my local application and Do i required to make Webservice?
0
votes
1answer
49 views
What oAuth handler code is needed when calling intuit.ipp.anywhere.setup()?
I am trying to create a "Connect to QuickBooks" button using IPP as described here.
The Javascript code provided by IPP, intuit.ipp.anywhere.setup() requires a parameter grantUrl, which points to an ...
2
votes
1answer
52 views
Rails, QBOE, qbXML and integrating them all together
I am currently developing a Ruby/Rails app that will be used in-house as a sort of Enterprise application to support our business.
Our company uses Quickbooks Online to do almost all of our ...
0
votes
1answer
43 views
Best way to export transactions from Rails App into QuickBooks
I have a rails app that takes care of all the bank transactions for us. Our accountant wants all those to be automatically imported into Quickbooks Pro (either online or desktop version).
I've read ...
0
votes
1answer
40 views
Access current invoice and add line item in Quickbooks
What XML would I use to access the currently open invoice in quickbooks and add, and then modify, a line item? I am using SDKTestPlus3 for the moment.
FYI, I couldn't open the sample template because ...
0
votes
0answers
30 views
QuickBook SDK QBFC is not allow to access the file without opening it in quickbook
QuickBook SDK QBFC is not allow to access the file without opening it in quickbook. Please can any body let me what needs to be configured to access file without opening.
Getting error.
A QuickBooks ...
1
vote
1answer
74 views
Integrating web-based application with QuickBooks Online
I have a web-based application, which integrates with QuickBooks through the QuickBooks Web Connector. This works great for desktop versions of QuickBooks. However, I'm looking to add support for ...
1
vote
2answers
34 views
Integrated Application using getcurrentcompanyfilename results in error
I use
qbxmlrp.getcurrentcompanyfilename
(using qbxmlrp2) in QB 2011, 2012, and 2013 (sometimes) I get error 2147220470 and the message "QuickBooks is already open and the file is different from the ...
0
votes
0answers
10 views
Query Audit Trail Quick Books .NET API
We are starting to work with Quickbooks API and needed to query the Audit Log. We need the ability to query the log and determine if a date was entered in the future or the past of the actual entry ...
1
vote
0answers
36 views
How to add group while creating Invoices - IPP Data Service - QuickBooks Desktop version
we have a group named "Payment Group". In that group
two items are there Books, Tire Repair. We are trying to add this group in invoice. But we are facing issues while creating the invoice.
...
0
votes
0answers
28 views
How to get Open Purchase order by Details through reports using QBXML request
I want to fetch the report data regarding Open Purchase Order Details which I am able to get from Quickbooks Software.
I want to fetch this report from the QBXML request.
I am using ...
0
votes
0answers
17 views
QuickBook SDK QBFC need to fetch the invoice transactional Journal
Which Query class fetch the debit\credit value mention in specific invoice -> journal
Please see the screenshot link below having the record marked.
http://i.stack.imgur.com/DvfvB.jpg
0
votes
0answers
48 views
WebConnector with Auto-Run checked, inserting Duplicate Invoice to the QuickBooks with Rails 3.2.9
I am using web connector to add invoice to the QuickBooks v13. I have also added your provided logic to add invoice if the invoice is not already added to the QuickBooks.
When I have set the AutoRun ...
0
votes
0answers
49 views
Is it possible to set Quickbooks Advanced Inventory Site on Sales Receipt API?
I'm using the Intuit Data Services REST API to create Sales Receipts in Quickbooks. I've been asked to provide the Inventory Site on Sales Receipt lines. I've figured out that this is a field that ...
0
votes
1answer
27 views
VendorCredit for QBO
What is the IPP API for VendorCredit with QuickBooks Online?
According to the IDS v2 documentation, VendorCredit is available for QBD, but seems to be omitted for QBO.
The IPP QuickBooks v3 ...
0
votes
2answers
63 views
How to add other data to Quickbook with qbXML
I try this code it's work.(now, I can add Name : TestCustomer3)
And I want to add other data to Quickbook.
Can you Help me about qbXML Language.
Example : I want to add "Company Name", "Full Name", ...
0
votes
1answer
48 views
QuickBooks SDK QBFC Com component to fetch deleted records in C#
How to fetch only the modified and deleted records from the Quickbook using QBFC COM component in c#.
0
votes
0answers
21 views
Accessing Contacts under Customer in QBFC
I have some Contacts under Customer in QuickBooks.
E.g -
Customer : Sample Customer
Primary Contact : San,
Secondary Contact : Jon,
Alternate Contact : Sam
I want a query to get all contacts under ...
0
votes
0answers
12 views
qbms reconcile CC payments with bank
The information on page Highly Customizable: QBMS SDK talks about "Automatically reconcile payments in QuickBooks via your application" but none of the pages of the documentation mention ...
0
votes
1answer
85 views
Create a Test Company Account for QuickBooks Online Development and QA Testing
I need to get a number of test accounts (companies) for QuickBooks Online so that we can finish developing and testing our app. We have reached out to Intuit in order to try and obtain these and have ...
1
vote
1answer
52 views
Quickbooks QBXML and customerAdd
I am working with the Intuit Web Connector.
I am able to add customers using "customerAdd" and by using "openBalance" it creates an invoice.
I have tried everything to make it create an invoice number ...
0
votes
2answers
27 views
QuickBook Enterprise 12 API with IPP DevKit version 2.0
Summary :-
Will IPP DevKit Version 2.0 work with QuickBook Enterprise 12 Windows Desktop application.
i think it only work with online version of quickbook. Please confirm.
I am new to Quickbook ...
1
vote
1answer
34 views
I am getting a 400 error when using QuickBooks API
I am going off the accepted answer from this post: Connecting an ASP.NET application to QuickBooks Online Edition
I am getting a 400 error when making the connection thru C#. I have read that this ...
-2
votes
1answer
20 views
How to connecting between Quickbook2013 and Asp.net 4.0? [closed]
I want to connect between Quickbook2013 and Asp.net4.0.
I have Quickbook Pro 2013 and I use QBSDK 12.0 to developer this project.
if you have way or solution or website to do it, please tell me.
...
0
votes
0answers
14 views
How do I lookup an invoice by the DocNumber
We have a need to search for invoices by document number. Our system is sending invoices to QBO and we are using the DocNumber to hold the invoice number from our system. In certain cases the number ...
