Questions tagged [intuit-partner-platform]

Intuit Developer, an integration platform for building applications that work with core Intuit products like QuickBooks Online, QuickBooks for Windows and Financial Data APIs.

Intuit Developer, an integration platform for building applications that work with core Intuit products like QuickBooks Online V2, QuickBooks for Windows V2, QuickBooks Online API V3 and Financial Data. http://developer.intuit.com/

References and useful links:

  • Developer Intuit resources

  • Consolibyte Provide ready-to-go QuickBooks integrations for many popular web applications, QuickBooks integration consulting services, web development in PHP and .NET, and many popular open-source code libraries.

1034 questions
71
votes
11 answers

Caused By: java.lang.NoClassDefFoundError: org/apache/log4j/Logger

I've got an interesting problem in which the org.apache.log4j.Logger class is not found during runtime. I'm trying to get authorized and that is where it's failing: OAuthAuthorizer oauthAuthorizer = new OAuthAuthorizer(OAUTH_CONSUMER_KEY,…
29
votes
1 answer

Connecting to QuickBooks using API

I need some guidelines here. I am creating an online booking system for my client that interfaces with QuickBooks on their internal network (desktop QuickBooks, not online). Do I need to go the full "publish app" route? I do not wish to sell this…
Louis van Tonder
  • 3,664
  • 3
  • 31
  • 62
15
votes
3 answers

How do you find the TxnLineID of a payment line from a Quickbooks transaction if it is part of a Sales Receipt?

I can query for the SalesReceipt object: public bool GetSalesReceipt(string sRefNum, string sAccount, out ISalesReceiptRet ret) { ret = null; IMsgSetRequest msr = sm.CreateMsgSetRequest("US", 4, 0); …
Michael Pryor
  • 25,046
  • 18
  • 72
  • 90
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

PHP + Quickbook Online Edition (API Integration)?

Is it possible to integrate my PHP web-based ecommerce application with Quickbook Online Edition? When I make a sale on my web site, I would like to be able to make the corresponding journal entry in my accounting books. Note, I'm referring to…
Justin W_
10
votes
4 answers

Intuit Partner Platform - QuickBooks OSR site is a joke

I'm using a Mac for browsing and trying to access QuickBooks OSR. Its not happening. It is quite simply the worst web layout I've ever used. Not one Mac browser can display it correctly, meaning you cannot reference anything. On the PC side it is…
John Lewis
  • 318
  • 1
  • 10
8
votes
3 answers

How to process credit card by using intuit's (quickbook)?

How to process credit card by using Hello all, I am doing shopping cart project for my client and one of the requirement is using intuit's (http://www.intuit.com/) product to process credit card in real manner, as the client is going to…
user176386
8
votes
2 answers

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 this 20130510.14:25:19 UTC :…
Machavity
  • 30,841
  • 27
  • 92
  • 100
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
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…
6
votes
3 answers

Is QuickBooks API QBD V3 Really Deprecated?

I just started developing an Intuit App yesterday and was really getting going on integrating with QuickBooks Desktop. Then today I logged in to continue work and was greeted by several missing pages on Intuit's IPP site and a link that says…
AndyB37
  • 63
  • 5
6
votes
3 answers

QuickBooks Enterprise - What database does it use under the hood?

The documentation makes note of a SQL database and database server. Is it a standard database, or a custom DB made by intuit? If it's a standard DB, what database and version? Is it possible to connect to the database directly with a 3rd party…
Brian
  • 6,910
  • 8
  • 44
  • 82
5
votes
3 answers

How to renew access token secret for Intuit QuickBooks integration with .net application?

I am using code in following link to Renew access token for Intuit QuickBooks integration. https://gist.github.com/IntuitDeveloperRelations/7259345 but, I am unable to test this code as intuit renew its access token only after 150 days from token…
user3775824
  • 51
  • 1
  • 4
5
votes
1 answer

How to generate oauth_signature intuit ipp QBO API V3

I am having some issues with limitations of the .NET SDK and so would like to issue my own calls to the API and parse the JSON results. I am stuck on creating the authorization header parameter oauth_signature as outlined here. For this parameter it…
crichavin
  • 4,672
  • 10
  • 50
  • 95
5
votes
1 answer

How to test Intuit reconnect api?

I am building a page that would send a request to Intuit Reconnect API to renew the Oauth Token and Token secret values. It is working. But my test Oauth values is not within 30 days of expiration. Thus the response has always been "Token Refresh…
1
2 3
68 69