Questions tagged [quickbooks-online]

Quickbooks Online is an online web application for accounting, also usable programmatically through an API.

Quickbooks Online is an online web application for accounting, also usable programmatically through an API.

891 questions
3
votes
1 answer

QuickBooks IPP v3 getting error 3200 when adding Invoice

I've been using the QuickBooks PHP DevKit for some time now in production with no issues. However, recently I've been getting the following error from my create_invoice ajax script when I spit out: if($resp = $InvoiceService->add($Context, $realm,…
cellen
  • 156
  • 1
  • 11
3
votes
1 answer

Hello World for Intuit Anywhere Java find customers not working

After making the successful connection to Intuit using OpenID, and clicking FindAllCustomers link (making sure the customers (only 2 customers) are existing in my Intuit's Account), which uses the following set of code in JSP: QBCustomerService…
Sanchit
  • 428
  • 1
  • 5
  • 24
3
votes
4 answers

Is it possible to shorten the XDeclaration of an XDocument?

I'm adding an XDeclaration to my Xdocument as follows: XDocument xml = new XDocument(new XDeclaration("1.0", "utf-8", "yes") This gives me the result: I'm building XML for Quickbooks Merchant…
David
  • 1,560
  • 2
  • 16
  • 32
3
votes
1 answer

How to authorize QuickBooks Online requests for a private desktop application

I know there are other questions regarding this issue, but even after reading those, looking at the associated links and checking the QuickBooks docs, I'm struggling to understand it all and I feel like I'm going around in circles. I need to create…
RTF
  • 6,214
  • 12
  • 64
  • 132
3
votes
1 answer

How to sign a quickbooks online API request in ColdFusion 9?

In my CF app, I've used the CF OAuth code at riaforge to get request token and access token from QuickBooks Online and it works fine. After I tried to make a QBO API call by starting to build the http headers of the call (I followed the instructions…
3
votes
3 answers

Where to finddRealM ID for QuickBooks online App

I want to integrate QuickBooks Online app with my PHP application. I have downloaded the latest PHP SDK. But there I need realm id to start with. Please help me here. And if any other requirements I need, please guide me for the same.
3
votes
3 answers

cglib is causing a java.lang.VerifyError during query generation in Intuit Partner Platform Java SDK

I can't figure out what is causing this error. I am using Intuit's Java v3 SDK for QuickBooks Online (QBO), and I'm attempting to run a query for TimeActivity objects. To do this, I must generate a query entity. My code fails on this…
3
votes
1 answer

Receiving a SystemFault when I query Item

Using V3 when I attempt to query for Items I receive a generic error with a SystemFault type. I am attempting to perform Select * From Item Where Name = 'Something' This does work in the API Explorer, and I believe I am re-creating the HTTP request…
Cody Caughlan
  • 32,456
  • 5
  • 63
  • 68
3
votes
2 answers

How to connect to QuickBooks online from a desktop application

OK. This question has been asked a number of times and answered. However, it seems Intuit changed things on their part so: Their own latest documentation is no longer correct All the answers I found so far on the Internet no longer work Therefore,…
3
votes
3 answers

Quickbooks Online - Customer Query Using Email (QBXML)

Can't we query Quickbooks for a Customer using the Email address? I came to know that the only way to query using Email is to query using FullName and then parse the response at your own end to match the Email address. And this seems true as is…
Gulfam
  • 558
  • 6
  • 27
3
votes
2 answers

Am I required to handle OpenId?

I am developing with the quickbooks sdk v2 to integrate my application with quickbooks online. If I do not want my app in the intuit app store is it necessary to do anything with open id? My users will only be connecting to QB through the "Connect…
andymal
  • 534
  • 1
  • 6
  • 11
3
votes
1 answer

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 accounting, most importantly for invoicing. I am looking…
3
votes
1 answer

Can you retrieve the Intuit User ID through OAuth

I am creating a connection to QuickBooks Online using the "Connect To QuickBooks" button as described on the following…
David
  • 85
  • 5
3
votes
1 answer

Quickbooks Online Hello Word .Net Sample

I am looking to build a .Net application that will connect to Quickbooks Online. This application is not intended to be uploaded to the Quickbooks Online App Center. I simply want to build a .Net application that can connect to my personal…
obautista
  • 3,517
  • 13
  • 48
  • 83
3
votes
2 answers

How to import VAT in QuickBooks Online UK using API?

I would like to import the order from my website to QuickBooks online UK. The orders needs to import along with the VAT separation. I do not see any way to get this done through API. Please advice. Thanks. Ketan