Category: Technical Tips
-
Request ID update for QuickBooks Online integration
If you are developing a QuickBooks Online integation, the RequestID uniquely identifies the HTTP request sent from the app to the service and enables the app to correlate requests and responses, in case the app needs to resend a request because of a dropped connection. We strongly recommend all developers to send in the RequestID for […]
-
How-to Guide to Taking Advantage of the New Global App Marketing Features
We are pleased to announce the new global app marketing features on the Intuit Developer Portal! You now have the flexibility to customize your app card marketing content (screenshots, descriptions, pricing plans, etc.) on Apps.com for each country we support (United States, United Kingdom, Australia, Canada, India). You’re probably already picturing ways to market your […]
-
Reports API: Upcoming fix in date format
We have had a lot of developers report a bug about the format of date returned from the reports API response. Even though the reports API specification mentions that all dates are in YYYY-MM-DD format, this does not hold good for cases where company settings are modified to use a different formatting option for date […]
-
Top 20 Intuit Developer Questions
I get a lot of email from developers, almost too many to keep up with. In many cases, it is the same questions over and over again. In order to get you faster answers, and to help me get to #InBoxZero, I’ve compiled a list of the top 20 questions in my inbox.
-
OAuth for Intuit demystified
The OAuth protocol enables websites or applications (Consumers) to access Protected Resources from a web service (Service Provider) via an API, without requiring Users to disclose their Service Provider credentials to the Consumers. OAuth can be a complex phenomenon to understand especially when you have to open its guts for troubleshooting when issues arise.
-
Building Apps for Small Business 101
This weekend we’ll be sponsoring the Developer Week 2015 Hackathon and will also be at the conference all next week to answer questions, interact with developers and host a drinkup. One of the top questions we get from new developers is “What app can I or should I build for small business?” In this GetApp podcast (video […]
-
What programming languages are popular with Intuit devs?
Recently, there has been a lot of discussion online about what languages developers are currently using. For those devs just starting out, the question is which language should they learn first.
-
Intuit RealmIds are changing from Integer to Long
NOTE: Updated: August 2015 Action Required: You must ensure your application can accommodate the new long RealmId format that will be in Production by June 2015 toward the end of calendar year 2015. What is Happening: RealmIds are the numeric identifier that Intuit Identity Services use to identify a QuickBooks company record. The current format is a […]
-
It's a Security Issue! Practical Tips for Common Web Application Security Vulnerabilities.
This is a guest post from our partner and service provider, Cigital.Cigital has been conducting vulnerability scans of applications using the QuickBooks API for the past few years. Though these applications are coming from different companies, we are observing the same set of issues repeatedly. This blog post points to the top HIGH severity issues […]
-
Custom Fields in Sales Transaction APIs now require a Definition ID
Here is a summary of the change introduced to the Sales Transaction APIs that use Custom Fields; this change was part of the QBO v76 release (7/25/2014): Prior to the v76 release, the Custom Field “Name” attribute was used to uniquely identify each Custom Field in Sales Transaction APIs. However, we found an issue with […]