intuit

QuickBooks API error when updating

倾然丶 夕夏残阳落幕 提交于 2019-12-11 01:03:53
问题 I'm attempting to use the QuickBooks API to sync up my company's product list with the workbook's item list. I have gotten through the OAuth system to be able to make read/write requests to the API, but always get an error while attempting to update an object. The reference that I have been using is here, and within the same documentation is a reference to retrieving an object that I have been able to use just fine. This is the XML that I'm sending. I have been tweaking the XML for a few

build a signature using devdefined

前提是你 提交于 2019-12-10 12:16:13
问题 I am converting an existing application from QBXML to use the QBOE API V3 for the QuickBooks Online accounts. I have managed to complete the OAuth and have what appears to be valid tokens/secrets using the DevDefined toolkit. I am stuck on generation of the oauth_signature. All the documentation points me to use the Intuit.Ipp DLL's however I can't because it is written to .net 4.0 framework and the server my application runs on only has 2.0 loaded. I can move my application but testing that

How to integrate Quickbooks desktop Application with a PHP(web app)?

こ雲淡風輕ζ 提交于 2019-12-09 19:17:32
问题 In my application, i want to use php to integrate QuickBooks by PHP. So From a web server(with PHP), I want to call QuickBooks Desktop version App to push data and retrieve data. I am stuck here. I do not know where to start? Someone asked me to start with webconnector. I wonder like other webservices have a URL, we need to push the data to that url and they will do the rest. Is this the same? Or any other process I need to follw? So Please please can any one there to help me out? I want to

Quickbooks Online filtering with Signpost returns 401 error

痴心易碎 提交于 2019-12-08 12:15:46
问题 I was able to get Signpost work with QuickBooks Online using HttpPost. However when I tried querying with filters, I got 401 error every time. After contacting support, I was informed that this is a known bug. They pointed me to an example in C#. I am using Signpost oauth library in Java. The C# example doesn't make sense to me since I don't have those functions available in Signpost. Also I don't understand what exactly I need to do. One side note: I had to use HttpClient for this content

QBWC1013: Error connecting to QuickBooks. 0x80040408

血红的双手。 提交于 2019-12-08 12:10:15
问题 I am having trouble getting the QuickBooks Web Connector. When it runs the logs says ... 20130411.15:29:07 UTC : QBWebConnector.SOAPWebService.do_serverVersion() : *** Calling serverVersion(). 20130411.15:29:07 UTC : QBWebConnector.SOAPWebService.do_serverVersion() : Received from serverVersion() following parameter:<serverVersionRet="testing version"> 20130411.15:29:08 UTC : QBWebConnector.SOAPWebService.do_clientVersion() : *** Calling clientVersion() with following parameter:

Intuit IPP Rest API query string escape

余生长醉 提交于 2019-12-08 02:25:41
问题 So, for the Intuit IPP Rest API, Say if i want to query a customer who's name is ABC, i can use a http get request like this https://qb.sbfinance.intuit.com/v3/company/198445012/query?query=select Id from Customer where FullyQualifiedName%3D'ABC' &3D is a url escape of '=', this works without any problem. Now if the customer's name is A&B, I tried the query string like this select Id from Customer where FullyQualifiedName='A&B' After the url encoding, it looks like this https://qb.sbfinance

Create a Test Company Account for QuickBooks Online Development and QA Testing

亡梦爱人 提交于 2019-12-06 05:11:18
问题 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 periods are too short for our development cycle so we purchased accounts to use. These accounts have been shut off / locked on us and we are just getting vague answers as to why. We would love to know why so that we can stop doing any possible harmful

How to integrate Quickbooks desktop Application with a PHP(web app)?

安稳与你 提交于 2019-12-04 14:04:27
In my application, i want to use php to integrate QuickBooks by PHP. So From a web server(with PHP), I want to call QuickBooks Desktop version App to push data and retrieve data. I am stuck here. I do not know where to start? Someone asked me to start with webconnector. I wonder like other webservices have a URL, we need to push the data to that url and they will do the rest. Is this the same? Or any other process I need to follw? So Please please can any one there to help me out? I want to to know the full process and if any sample code available for the same in php. Requirement: 1. My app is

Create a Test Company Account for QuickBooks Online Development and QA Testing

本秂侑毒 提交于 2019-12-04 12:50:55
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 periods are too short for our development cycle so we purchased accounts to use. These accounts have been shut off / locked on us and we are just getting vague answers as to why. We would love to know why so that we can stop doing any possible harmful activity, but alas it has been difficult to get any information in regards to that. Our developers are

Error while calling Java MVC View method in Lotus Notes Xpages button Click [closed]

筅森魡賤 提交于 2019-12-02 07:29:18
问题 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 4 months ago . I have MVC code pattern written in java build in Lotus Notes. Wanted to call the java view in Lotus Notes Xpages to authenticate the app using oauth2.0 in lotus notes xpages. The same SDK provided for .net i am able to execute need help in java xpages. Method in JavaMVC @RequestMapping("/connectToABC") public