Questions tagged [quickbooks]

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. QuickBooks for Mac does not support any SDK/API/programmatic access.

QuickBooks is popular small to medium-sized business accounting software created by Intuit, Inc.

Intuit produces several different QuickBooks versions:

  • QuickBooks Pro/Premier/Enterprise for Windows - a Windows XP/Vista/7 desktop software
  • QuickBooks for Mac - an OS X desktop software
  • QuickBooks Online Edition - a hosted SaaS solution

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. QuickBooks for Mac does not support any SDK/API/programmatic access.

Developers looking to integrate with QuickBooks might want to check out these popular open-source libraries:

Developers may also want to look at these links for documentation/help/forums:

1903 questions
0
votes
2 answers

is there a way to query first transaction date within a QuickBooks file with the QuickBooks SDK?

Is there a way to identify the first transaction date within a QuickBooks file through the QuickBooks SDK?
0
votes
1 answer

QBXML Version not supported Error

I am using QB 12 and I use RSS Bus to integrate quickbooks with my project. While inserting BillPaymentCheck I am getting error as QBXML Version not supported. If you look at this link, it says QBXML version 6 or higher is supported. I changed the…
Dhaval Shukla
  • 1,127
  • 2
  • 10
  • 19
0
votes
1 answer

Purchase Orders error "There is an error in XML document (0, 0)"

I have a c# web application, Integrated with QuickBooks Online Every thing is running till i add the Following Purchase Orders Code: Intuit.Ipp.Data.Qbo.PurchaseOrder oPurchaseOrder = new…
ythouma
  • 111
  • 1
  • 11
0
votes
1 answer

qbfc passing additional data when creating an invoice

When creating a new invoice how can I pass additional data for the invoice. invoiceAdditionalData.DataExtName.SetValue("PO/SA#"); invoiceAdditionalData.DataExtValue.SetValue("a unique number for this invoice"); …
hazimdikenli
  • 5,709
  • 8
  • 37
  • 67
0
votes
3 answers

How do I authenticate/authorize myself to Quickbooks API?

I'd like to reach out to Quickbooks within my application to create some invoices. I can do this when I go generate a temporary AccessToken and AccessTokenSecret but those expire. How can I reliably and repeatedly make calls to the Quickbooks…
0
votes
1 answer

quickbooks and mule integration

I am new to quickbooks with Mule, I have to make sample application for Quickbook on premises(i.e desktop app) and cloud based. Where can I find the sample application for Quickbooks and cloud? I have gone through link, but there is no much…
AKB
  • 5,918
  • 10
  • 53
  • 90
0
votes
1 answer

Update QBO Item Unit Price

I'm trying to update an Item on QBO through the c# SDK provided by Intuit. The Unit Price is not getting updated, even though I am specifying it in the request. The request JSON is: { "SalesTaxCodeRef": { "name": "Sales Tax", "value": "2" …
0
votes
1 answer

Quickbooks webconnector error parsing xml

Can you give some advice on how to have the invoices from Quickbooks web Connector? I have Quickbooks Enterprise 4.0 and webconnector 2.1. Version US. I use this xml
Jhonathan
  • 1,611
  • 2
  • 13
  • 24
0
votes
1 answer

Quickbooks QBFC Error when adding bill

I am trying to add a vendor bill to quickbooks using QBFC in C#. My issue is that if I want to define a custom address for this particular vendor (for just this particular bill), it throws an error saying QuickBooks found an error when parsing the…
Giardino
  • 1,367
  • 3
  • 10
  • 30
0
votes
1 answer

Duplicate Customers Returned in Quickbooks CustomerQueryRq

We have an application that is synchronizing Quickbook's customers with a remote SQL Server database. And, I am running into a bizarre issue with the QBXML CustomerQueryRs. I am using an iterator with varying slice count and the response XML…
Grasshopper
  • 4,717
  • 9
  • 36
  • 62
0
votes
1 answer

What am I doing wrong in this QBO v3 API (IPP) Attachments upload python request?

Intuit offers these instructions for uploading attachments (which become Attachable objects that can be associated with one or more transactions). I believe I'm using python's requests module (via rauth's OAuth1Session module—see below for how I'm…
0
votes
0 answers

Can't set sales tax in QuickBooks Sales Order using API v2

How do I specify the sales tax AMOUNT when inserting a sales order or invoice in QBD using REST API v2? I'm updating an app that uses QBD API v2. We need to add the sales tax amount to sales orders and invoices. The doc is very weak regarding sales…
MikeBr59
  • 284
  • 2
  • 12
0
votes
1 answer

Unable to get quickbooks connection ticket

We have a Quickbooks online account and another application which connects with Quickbooks online using qbxml. We added a new company recently and need to get the connection ticket. But the connection ticket url :…
Amit
  • 606
  • 17
  • 29
0
votes
1 answer

Do we need to delete all the existing data in Quickbooks Desktop in order to implement webconnector?

I am using PHP and trying to integrate webconnector to synchronize my item details with Quickbooks destop. What I don't understand is that how to map an Item that is already in Quickbooks to the same Item that I am trying to update from my Website.…
Anoop Lath
  • 137
  • 1
  • 7
0
votes
1 answer

Quickbook Data in to Sql server using SDK

I need to all data of quickbook file (.qbw) conveted to my SQL Server database. these data should be driven using SDK. is it possible using asp.net.
Sonagara Hitesh
  • 213
  • 2
  • 12
1 2 3
99
100