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
4 answers

Connecting an ASP.NET application to QuickBooks Online Edition

I am trying to create an ASP.NET page that connects to QuickBooks Online Edition, read a couple of values, and display the results. So far I have downloaded the QuickBooks SDK but I have been unable to find a simple step-by-step example on how to…
Jeff Widmer
  • 4,746
  • 6
  • 37
  • 51
3
votes
3 answers

Quickbooks PHP API: Refresh OAuth 2 Token Failed

I'm trying to access Quickbooks API using the PHP SDK but getting the following error: Refresh OAuth 2 Access token with Refresh Token failed. Body: [{"error":"invalid_grant"}]. My Tokens seem to work for 24 hours but after that I receive the…
AJK
  • 391
  • 9
  • 27
3
votes
1 answer

Best Dot.Net eCommerce Open Source that connects successfully with QuickBooks

It seems that there are many Dot.Net Open Source "eCommerce" sites out there but few might be connecting successfully to QuickBooks. ...and I don't know which ones :--) Any help will be truly appreciated.
SF Developer
  • 5,244
  • 14
  • 60
  • 106
3
votes
2 answers

Retrieve "Shopify Payments" fees by Order # for reconciliation with Accounting + Bank Deposits?

Reconciling deposits, within an accounting system, coming into a Shopify User's bank account from a Shopify store running Shopify Payments (or otherwise) appears to be one of the things people frequently stumble on — based on the number of requests…
Necevil
  • 2,802
  • 5
  • 25
  • 42
3
votes
2 answers

How to copy Quickbooks production data over to the sandbox environment?

I need the company data copied over from production to the sandbox environment to test an API integration. I need access to the live data, but I do not want to make changes to the live environment yet. I've tried exporting the company data…
sbarb
  • 95
  • 1
  • 2
  • 9
3
votes
0 answers

Quickbook PHP API - Http Response Body are null or Empty

I need customer list from Quickbooks Account. Quickbooks API call is as below $dataService = DataService::Configure(array( 'auth_mode' => 'oauth1', 'consumerKey' => '', 'consumerSecret' => '', …
Apoorva
  • 218
  • 3
  • 14
3
votes
1 answer

When using Quickbooks Online API Collections for Postman I'm getting an Authentication Error

I've gone through the steps shown here https://developer.intuit.com/docs/0100_quickbooks_online/0100_essentials/000300_your_first_request/first_request_with_postman#/Configuring_the_Postman_Authorization_header-1500 to use Quickbook's API Collection…
3
votes
3 answers

Intuit Quickbooks Online app authorization quit working

We have a web service used to authorize a connection between our application to QuickBooks Online. It has been working for two years with the last successful authorization on 2/28/17. New authorization attempts can sign in with Intuit okay but…
RJBreneman
  • 787
  • 7
  • 21
3
votes
1 answer

Query QuickBook Online with UTF-8 characters

I'm trying to use the API to query for customers by name. The names with non-ASCII characters (e.g. 민준 or Włodarski) cause the queries fail. Here's an example query: SELECT * FROM Customer WHERE FamilyName = 'Włodarski' I URL encode it as suggested…
drewish
  • 9,042
  • 9
  • 38
  • 51
3
votes
1 answer

How to export Line items with Tax Code and Value in QBO Canada

Iam using ASP.NET Web application to export the invoices to QuickBooks online. It working fine with QBO United states. Then If it is in Canada then it is mandatory to add the TaxCodeRef to the line items else it will throw buissiness validation…
3
votes
1 answer

Fetch Data from Quickbook

Hello guys I'm new to quickbooks. There is some data in quickbooks which I'm trying to retrieve but quickbooks is returning nothing. I can figure out what is it that I'm doing wrong. I'm trying to retrieve data like this QUICKBOOKS.…
Gardezi
  • 2,692
  • 2
  • 32
  • 62
3
votes
1 answer

Adding invoice to quickbooks online using .NET IPP QBOV3 SDK

using .NET IPP QBOV3 SDK I have been working (struggling) on a small integration project all week. The purpose of the project is to be able to have some accounts integration between a windows desktop client application, to quickbooks online. I want…
MrRobot
  • 169
  • 3
  • 10
3
votes
2 answers

How can I deep link into QuickBooks Online with results from API calls that don't include the txnId

QuickBooks Online (QBO) uses a URL format like qbo.intuit.com/app/timeactivity?txnId=123 to point to, in this example, a TimeActivity. However, in the API, resources are referenced by entityId (returned as just Id when querying via the TimeActivity…
thomasfuchs
  • 5,386
  • 2
  • 18
  • 38
3
votes
5 answers

QuickBooks Online API error: message=No destination found for given partition key; errorCode=007001

I'm using QuickBooks PHP dev kit and trying to set an invoice/customer, etc. I get this error message: 7001: [message=No destination found for given partition key; errorCode=007001; statusCode=400, ] What does it means? I've looked in the doc and…
Mathieu Smith
  • 378
  • 1
  • 13
3
votes
0 answers

Quickbooks Online Error

When I attempt to connect to QBO via the Consolibyte package I downloaded I get an error. Error Code: internal_error Message: Error getting application from request token I have set up the config.php file as directed in the instructions and even got…
1 2
3
59 60