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
12
votes
2 answers

Is there a simple way to access the Quickbooks API using OAuth2?

I just need to access data in my Quickbooks Online (QBO) company using an API with C#. But now they've moved to OAuth2 it looks very complex. For example, it suggests I need a redirect URI to receive the authorization code but I'm writing a simple…
mpipe3
  • 1,013
  • 1
  • 9
  • 20
12
votes
1 answer

It has no effect when I update Invoice in QuickBooks Online with The V3 SDK for .Net

When I want to update the balance in a Invoice, the code below is running normally without any error, but the balance doesn't change, why? var queryService = new QueryService(context); IList
10
votes
3 answers

Connection forcibly closed while executing the subqueries in the QuickBooks online ODBC driver connection

I am using the trial version of QuickBooks Online ODBC (QODBC) driver and configured the DSN named QuickBooks Online Data as well as QuickBooks Online Data QRemote I have ensured the connection using the test tool and I am able to execute the SQL…
Janakiraman
  • 121
  • 4
8
votes
2 answers

How to set the tax for each line entry in the Quickbook Invoice using python quickbooks?

I am creating the invoice using python-quickbooks. I am creating multiple line-entries in the using the following code: #------------------------------------------------------ # Line Details …
Kiran
  • 8,034
  • 36
  • 110
  • 176
8
votes
1 answer

Quickbooks Online integration c#

My company uses QuickBooks Online, and I would like to write some c# scripts that retrieve very basic information like a list of customers and list of invoices from the QuickBooks Online subscription. I would also like to submit invoices and…
briscoea
  • 128
  • 1
  • 6
8
votes
3 answers

QuickBooks Online querying with filter returns 401 everytime

I've had success creating objects with POST and Content-Type application/xml I've also had success querying using Content-Type application/x-www-form-urlencoded with a blank request body which returns all of the object type depending on which URI I…
6
votes
3 answers

How to query some data out of a QuickBook(.qbw) file?

Situation I am new to the QuickBooks world. I have a .qbw file -> CompanyName.qbw It's a huge file that contain almost everything about my company. I want to query some data out of that file - NOT all , but some.:) Let's say, I want to query only…
iori
  • 3,236
  • 12
  • 43
  • 78
6
votes
1 answer

Best practices for calling intuit.ipp.anywhere.setup()?

This is a question about best practices for making the JavaScript call that generates the standard "Connect to QuickBooks" button (for establishing a connection to QuickBooks Harmony via Intuit's v3 REST API). If I follow Intuit's example, I…
5
votes
3 answers

How to connect React component to the Quickbooks Button

I am trying to connect to the Quickbooks Button (https://developer.intuit.com/docs/0100_quickbooks_online/0100_essentials/000500_authentication_and_authorization/widgets#/Connect_to_QuickBooks_button) into a React component, and I am trying to copy…
Alex
  • 3,946
  • 11
  • 38
  • 66
5
votes
1 answer

Intuit QBO SDK Update Bill error generating the XML document Value of ItemElementName mismatches the type of System.Decimal

I am using Intuit QBO SDK v3 Intuit.Ipp.QueryFilter.QueryService(Of Bill) to get a collection of Bills filtered by Bill.Id. The collection is populated successfully. I want to modify just the BillableStatus of some of the…
RJBreneman
  • 787
  • 7
  • 21
5
votes
2 answers

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.
5
votes
1 answer

How can i get a connection ticket to quickbooks online for dev/testing a one off web app?

I'm trying to build a one off webapp that will communicate with our business QuickBooks Online account. Most of the research I've found says for development and testing, use the "desktop" way of connecting (to avoid cert headaches). So I've…
VTTom
  • 503
  • 4
  • 9
5
votes
3 answers

QuickBooks Online Apps - countries supported

I can't see anywhere in the Intuit Partner Platform documentation that explains which countries my app will be available in or the limitations of the versions used in international countries. I've been told by a QuickBooks Online sales rep that "not…
4
votes
1 answer

How to fix java lang.ClassNotFoundException: org.apache.tools.ant.taskdefs.Execute

I am currently using the Quick Books Online SDK and some of their code is throwing a class not found error. Has anyone ever ran into this problem or a similar one? I looked at their HelloWorld app example and I do not see anything different from my…
incursus
  • 63
  • 2
  • 6
4
votes
2 answers

Troubleshooting QuickBooks Web Connector issue

Try to troubleshooting QuickBook's Web Connector by following helping URL: Click Me. When I try to Add an application into Web connector getting following error: "QBWC1048: QuickBooks Web Connector could not verify the web application server…
1
2 3
59 60