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
4
votes
1 answer

Can I use LINQ to get more than 100 records back from a Quickbooks Online ServiceContext?

For my Quickbooks Online integration, I'm using the .NET SDK and was previously using LINQ to access data from a ServiceContext: var paymentMethodsService = new QueryService(ServiceContext); _paymentMethods =…
Tom Wright
  • 11,278
  • 15
  • 74
  • 148
4
votes
0 answers

Unable to get FirstName and LastName from openid attributes

I am able to get the email when the user sign in via apps.com. My problem is I cant get first name and last name. here's a sample code from intuit, I tried adding 'namePerson/first' and 'namePerson/last', to the required attribute but it doesn't…
4
votes
2 answers

python with Quickbooks Online API v3

I need some help implementing a python app that accesses the Quickbooks API. I have successfully written several apps that use APIs, but once we get into the OAuth world, I get a bit lost. At any rate, I found the quickbooks-python wrapper…
gotmike
  • 1,515
  • 4
  • 20
  • 44
4
votes
3 answers

Laravel 5 and Quickbooks

I'm trying to integrate the Quickbooks Online API into Laravel 5. I've got the code working outside of Laravel using the Consolibyte package. But its written in what I'll call a classic PHP style - meaning there are a number of REQUIRE_ONCE files…
Joel Leger
  • 349
  • 4
  • 11
4
votes
2 answers

How to apply a payment to an invoice with the QBO API v3 in C#?

How do I apply a payment to an existing invoice with the QuickBooks Online API v3 in C#? I have tried the following code: private void UpdateInvoice(Payment payment) { Invoice oldInvoice = cmbInvoices.SelectedItem as Invoice; …
Thomas Jaeger
  • 923
  • 1
  • 9
  • 27
4
votes
3 answers

Ubuntu 14.04 PHP PECL Oauth error

Trying to integrate a PHP application with Quickbooks and the Quickbooks SDK says it needs PECL Oauth. I have Ubuntu 14.04 and get this error when I try to install Oauth. sudo pecl install oauth downloading oauth-1.2.3.tgz ... Starting to download…
Randall
  • 512
  • 1
  • 5
  • 15
4
votes
5 answers

How do I connect to quickbooks online via python?

I'm trying to figure out how to authenticate and create an entry on quickbooks online through Python. Currently, when I try to click auth link in their API Explorer, I get 404 page. What I'm trying to do is creating invoice through Python.…
Ahmed
  • 2,825
  • 1
  • 25
  • 39
4
votes
1 answer

Quick Books API playground - development application can only subscribe to sandbox company

While playing with https://appcenter.intuit.com/Playground/OAuth/IA, I faced with an error: It appeared recently, before I havn't had it. What's the matter?
Incerteza
  • 32,326
  • 47
  • 154
  • 261
4
votes
1 answer

Using multiple QuickBooks Online companies with one Oauth connection (QBO v3)

This question involves Intuit's QBO v3 API. I have one user ID that has access multiple companies. Affiliates, etc. I'm getting authentication errors when I try to connect to companies other than the first one I queried. Is this because each OAuth…
HaPsantran
  • 5,581
  • 6
  • 24
  • 39
4
votes
1 answer

QuickBooks Online from Desktop application

I am new to QuickBooks and all my searching has been leading to conflicting answers. I really need to know this to move forward. We have an on-premise application (legacy MFC app if that matters). Some of our customers use QuickBooks Online and we…
4
votes
2 answers

Invoice is missing the "TotalAmt" field

We are using the Intuit API V2 to import Invoices from QuickBooks Online. We expect the "TotalAmt" field to be present on all the invoices. There are a couple of invoices that at one point in the past had the "TotalAmt" present but now the…
Florin
  • 1,844
  • 2
  • 16
  • 21
4
votes
1 answer

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 QuickBooks Online, and the Web Connector can't be…
SPKoder
  • 1,835
  • 1
  • 16
  • 19
4
votes
2 answers

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 been told to just use 30-day trials. These…
cepatt
  • 726
  • 11
  • 23
4
votes
4 answers

What is the Real Quickbooks Online API?

I've been researching this for a while, and I really can't find the right solution. I found this PHP API that is supposed to help solve all these issues, but it doesn't work - or it's not clear how to set it up correctly. This is the PHP api I've…
Sean Clark
  • 1,436
  • 1
  • 17
  • 31
4
votes
1 answer

Intuit Partner Platform (IPP) QuickBooks Online (QBO) BlueDot Menu ASPX page not rendering in Internet Explorer (IE)

I have an .aspx page to display either the BlueDot or ConnectToQuickBooks buttons. The resultant HTML looks like this, as collected from the IE page:
1
2
3
59 60