Logo
Home

Intuit Developer Blog

  • Friday Funny – Fan Mail !

    Every once in a while it is fun to just kick back and drink a beer and read something on the internet. Well here is a fun little story from my work life. I don’t check my work mailbox because I never receive mail. Today, I walked past the group of mailboxes and was going to ignore […]

  • IPP Google Hangout Improvements

    Just a quick heads up, we have made some improvements to the IPP Friday Morning Hangout. Now created using the IPP Google+ Page New easier “permanent” URL:  https://plus.google.com/u/0/+IntuitDeveloper/posts  The IPP Friday Morning Hangout is now only 2 hours (9am to 11am PST) every Friday We are adding two new IPP Global Hangouts, they will alternate […]

  • Using a two phased approach to launching on Intuit Apps.com

    You can use the QuickBooks Online REST API v3 to seamlessly connect your app to QuickBooks Online data. The connection uses the web-based standards OAuth, OpenID, and RESTful API calls. But, sometimes it isn’t clear what should be implemented, and in which order. Here is a two phased approach for launching your app on Intuit […]

  • Monthly IPP Developer Call – April 2014

    IPP Developer Lon Orenstein, from Dashboards+Sync for QuickBooks and Microsoft CRM and Map Business Online hosts a monthly developer call for IPP developers. Per Lon: “The purpose is for developers to get together and talk about things specific to our issues (especially technical ones), how we run our business, how we deal with Intuit, and […]

  • The QuickBooks Online Reports API has arrived!

    I am proud to finally announce the following: Last night, the team successfully delivered the QuickBooks Online Reports API! This news has already have made some developers very happy: “OK, this is awesome. I’ve got data coming out. Looks a lot like the QBD reports we see from the desktop SDK” – Joe Dwyer, CTO, […]

  • Advanced SQL Queries

    We have been getting a lot of questions lately about constructing queries for QBO V3 Services. This article showcases some of the more popular inquiries of late. For full documentation about constructing queries and submitting them to data services, consult Query Operations in the QuickBooks Online documentation.

  • IPP Blogs and Platform Status Feeds

    The developer site looks different, what changed?? Is QBO service down? My customers are noticing intermittent failures. The answers to these questions can be found in our blogs and status dashboards. An easy way to get access to these updates is by subscribing to our blogs and dashboards using RSS feeds. RSS feeders/aggregators help to […]

  • Update on Migration to QuickBooks Online REST API v3

    Happy Pi Day! We hope you are all enjoying this excuse to savor your favorite kind of pie as well as annoy all your non-geek friends with jokes. I’m Lori Fraleigh, the new Director of Developer Relations for IPP. I joined Intuit two months ago and have been getting familiar with our developers and their […]

  • Customer Account Data – PHP Example

    Last week I posted: QuickBooks OAuth – PHP Example which featured code and a pre-constructed environment for you to quickly run the example. Today, I am posting a similar example for the Customer Account Data (CAD) API. This example is even better than the last one, as you can simply click run.  It uses my set of […]

  • Guest Post: Dynamically Provisioning Subdomains for SaaS Products

    In the spirit of “all of us are in this together”, I have asked fellow Apps.com developer, Brandon Zehm, to write a guest post about handling subdomains in your SaaS app. I hope you find it useful. -david The Problem Let’s say you’re building a web service and have decided that each customer should access the […]