quickbooks

Could not find or create an instance of QuickBooks using InstanceFinder

强颜欢笑 提交于 2020-01-14 18:51:31
问题 I am getting the following error when running my web application to access QB company file via the sdk. Could not find or create an instance of QuickBooks using InstanceFinder I have tried updating quickbooks manually and I also double checked the permissions for QBXMLRP2e DCOM object that have been set to grant permission for everyone. I verified the filename and I have the company file open in multi user mode. I have also run the diagnostic tool which is successful. The code used to be

add XML request body to Oauth IConsumerRequest

浪子不回头ぞ 提交于 2020-01-14 03:00:10
问题 hi all am working on a project that involves Fetching data from Intuit Anywhere.The process works fine when a url signed with Oauth is send as request.Can some one help me how to add xml request to the body of IConsumerRequest. OAuthConsumerContext consumerContext = new OAuthConsumerContext { ConsumerKey = "consumerkey", SignatureMethod = SignatureMethod.HmacSha1, ConsumerSecret = "consumersecret" }; OAuthSession oSession = new OAuthSession(consumerContext, "https://oauth.intuit.com/oauth/v1

How to create a Quickbooks Online request signature in PHP

本秂侑毒 提交于 2020-01-05 09:04:29
问题 I know QBO doesn't natively support PHP, but If I can get authenticated requests working, I can just use their API directly. I've got the following pieces of data appid oAuth consumer key oAuth secret key I'm making an API call to this endpoint https://qb.sbfinance.intuit.com/v3/company/<<my company id>>/item I'm using googles oauth-php library to try to make this work. Here is the result message=Exception authenticating OAuth; errorCode=003200; statusCode=401 I'm obviously missing details on

InvoiceAdd: This feature is not enabled or not available in this version of QuickBooks

你。 提交于 2020-01-04 03:04:52
问题 I am trying to add an invoice using InvoiceAdd. We are running Enterprise Solutions: Retail 13.0. When I post the following request I get the error "This feature is not enabled or not available in this version of QuickBooks." <?xml version="1.0" encoding="utf-8"?> <?qbxml version="12.0"?> <QBXML> <QBXMLMsgsRq onError="continueOnError"> <InvoiceAddRq> <InvoiceAdd> <CustomerRef> <ListID>8000005A-1513350705</ListID> </CustomerRef> <TxnDate>2013-08-09</TxnDate> <RefNumber>1003</RefNumber>

Add an application to QuickBooks Web Connector

萝らか妹 提交于 2020-01-03 19:33:51
问题 I am trying to add an application to QuickBooks Web Connector . I have QuickBooks Point of Sale 2013 trial version installed. When an add a .qwc file to the Web Connector, the following happens: Authorize new web service pop up opens - I grant access to the web service by clicking ok . A pop up comes showing the available POS server: this list is empty. I press ok Now I am navigated to a pop up asking some details regarding the company data and server workstation. The pop up contains the

QuickBooks Online Apps - countries supported [closed]

孤街浪徒 提交于 2020-01-03 13:05:10
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed last year . 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 all programs that work in the US version application center will

Quickbooks online API with oauth2

不想你离开。 提交于 2020-01-02 09:31:32
问题 I need to use Quickbooks online API to synchronize data between my system and my client's accounts on quickbooks. I need to know if is it possible to complete the oauth2 authorization flow and make API calls without human interaction (without the need to interact with Intuit's authentication and authorization windows)? I read the Intuit's docs on: https://developer.intuit.com/docs/0100_quickbooks_online/0100_essentials/000500_authentication_and_authorization/connect_from_within_your_app On

Quickbooks online API with oauth2

谁说我不能喝 提交于 2020-01-02 09:31:29
问题 I need to use Quickbooks online API to synchronize data between my system and my client's accounts on quickbooks. I need to know if is it possible to complete the oauth2 authorization flow and make API calls without human interaction (without the need to interact with Intuit's authentication and authorization windows)? I read the Intuit's docs on: https://developer.intuit.com/docs/0100_quickbooks_online/0100_essentials/000500_authentication_and_authorization/connect_from_within_your_app On

What is the Real Quickbooks Online API?

天涯浪子 提交于 2020-01-01 12:05:11
问题 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 tried to use https://code.intuit.com/sf/frs/do/viewRelease/projects.php_devkit/frs.php_devkit.latest_sources Updated link: https://github.com/consolibyte/quickbooks-php Updated quick-start guide: http://www.consolibyte.com/docs/index.php/PHP_DevKit

Need to get data into Quickbooks [closed]

我是研究僧i 提交于 2019-12-31 21:42:35
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed last year . I'm looking for an existing Java (or JVM'able language) library that will create IIF files for import into Quickbooks. Free or Commercial. Anyone know of something? UPDATE: After reading a comment on this question, I looked at the IPP and SDK options that Intuit provides and they could not have made this more