quickbooks-online

How can i get a connection ticket to quickbooks online for dev/testing a one off web app?

廉价感情. 提交于 2020-01-03 13:57:15
问题 I'm trying to build a one off webapp that will communicate with our business QuickBooks Online account. Most of the research I've found says for development and testing, use the "desktop" way of connecting (to avoid cert headaches). So I've registered an app and got the id from here: appreg.intuit.com/ The problem is, everywhere I've seen tell me then to go here to get a connection ticket login.ptc.quickbooks.com/j/qbn/sdkapp/confirm?serviceid=2004&appid=YOUR-APPLICATION-ID-HERE When I do

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

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

How do I retrieve a PDF of an invoice in QuickBooks API?

雨燕双飞 提交于 2019-12-31 03:45:46
问题 Using IPP.NET SDK v2.0.1, need to get a PDF version of an invoice as a file, just like it would have been e-mailed to a customer. I have the Invoice object retrieved from the service already. How can this be done? 回答1: Is is not yet supported in QBO V3 API service. This feature should be included in future API releases. Attachment is not same as what you are looking for. But still, you can have a look if it serves your purpose. https://developer.intuit.com/docs/0025_quickbooksapi/0050_data

Valid XML for posting to QuickBooks Online Edition - Receiving (400) Bad Request Error

南楼画角 提交于 2019-12-25 16:59:11
问题 I am trying to post the below xml to https://apps.quickbooks.com/j/AppGateway and all I keep getting is the error: The remote server returned an error: (400) Bad Request. Does anyone have any ideas what I am doing wrong? See below for the C# code that I am using to post the xml. Thanks, -Jeff UPDATE: To add more to my question, I am thinking that the (400) Bad Request error is indicating that I have something grossly wrong with the xml or with the way I am posting the xml. So that is why I am

Purchase Orders error “There is an error in XML document (0, 0)”

拥有回忆 提交于 2019-12-25 02:57:14
问题 I have a c# web application, Integrated with QuickBooks Online Every thing is running till i add the Following Purchase Orders Code: Intuit.Ipp.Data.Qbo.PurchaseOrder oPurchaseOrder = new Intuit.Ipp.Data.Qbo.PurchaseOrder(); IList<Intuit.Ipp.Data.Qbo.PurchaseOrder> ModifiedPOs = commonService.FindAll(oPurchaseOrder,1,100) as IList<Intuit.Ipp.Data.Qbo.PurchaseOrder>; an error appear with this description : "There is an error in XML document (0, 0)" Note: i'm using version 2.1.4.0. any Advice ?

Adding a customer with address details to QuickBooks

只愿长相守 提交于 2019-12-25 02:38:14
问题 I'm working on a Saas and have been using Keith Palmer's PHP Dev Kit. For the most part, it has worked really well - I can download customers, add customers and add invoices which is what I wanted to achieve. However, when Adding the customer, I don't seem to be able to add the address and phone details. I've tried various strategies and none have worked. As I need to sync the data to some degree, I really need it to add these fields. My Customer object is created with $Customer = new

Quickbooks api cannot upload Attachment

本小妞迷上赌 提交于 2019-12-25 00:47:58
问题 I am trying to upload a pdf file on Quickbooks, using Intuit api and C#. I am using the code as provided here http://developer.qbapi.com/Add-an-attachment-using-AttachableRef.aspx But I am not able to upload any file, also I am not getting any error. Here is what i have tried public ActionResult CallUpload() { ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12; List<OidcScopes> scopes = new List<OidcScopes>(); scopes.Add(OidcScopes.Accounting); OAuth2RequestValidator

Mysterious failure to write to Quickbooks using QB Java SDK v3

余生长醉 提交于 2019-12-24 23:44:26
问题 I'm writing a web application using the Google App Engine, and I'm attempting to save some data in Quickbooks, using the Quickbooks Java SDK. I'm getting an exception that I know nothing about when I try to add a customer: java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key request.source.header at java.util.ResourceBundle.getObject(ResourceBundle.java:395) at java.util.ResourceBundle.getString(ResourceBundle.java:355) at com.intuit.ipp

How to get Quickbooks online data in my webapp without the user logging in

喜夏-厌秋 提交于 2019-12-24 12:37:18
问题 I'm creating an ecomerce app for a local store and they use Quickbooks Online. I can see the Quickbooks Online API requires a "Connect to Quickbooks" button where the user then logs in, but that's not what I'm looking for. What I'm looking for is something when they look at the products page, the app queries (or sends a REST/SOAP call) and gets back product data for my store. Our customers will have no idea that we're using quickbooks online, and definitely won't have a login. The flow would