Logo
Home

Intuit Developer Blog

  • What are Batch Operations and Why They are Important to You

    Did you know that QuickBooks Online has batch operations? Instead of sending requests to the QuickBooks API one at a time, requiring you to make a request and then wait for a response, Batch operations provides a way to perform batches of operations on multiple services. For example, in a single batch request an application can create a customer, update an invoice, and read an account.

  • Design 4 Delight: How to make your app stand out in the Intuit App Store

    At Intuit we use design thinking to deeply understand our customers and solve their problems through our design principles: Design 4 Delight and Customer Driven Innovation. These simple principles that help us solve customer problems in delightful ways are equally accessible to you. In order to help developers continue their success and offer integrations that customers love, we’ve created a list of ways that will continue to delight those who use your current products or ones you plan to build.

  • OAuth 2.0/OpenID Connect now available for New Developers

    Today we are happy to announce the general availability of OAuth 2.0 and OpenID Connect for new developers on the QuickBooks Online platform. As a new developer on the platform you will be able to implement OAuth 2.0 and OpenID Connect for authorization and authentication.

  • Part 2: NodeJS Sample Application for Inventory Tracking

    In part one, we created a basic Node.js application for inventory tracking that includes routes for Invoice, and Item creation. In this part, we’ve added routes for adding a customer, creating a sales receipt and creating a payment. These can be found in the file routes.js. The routes are as follows: Adding a customer: ‘/createCustomer’ Creating a sales receipt: ‘/createSalesReceipt’ Creating a payment: ‘/createPayment’

  • TLS 1.0 and 1.1 Disablement for the Intuit Developer Group

    Intuit is requiring an upgrade to TLS 1.2 by July 30, 2017 in order to align with industry best practices for security and data integrity. On July 30, 2017, we will disable the TLS 1.0 & 1.1 encryption protocols, which will prevent apps still using them from accessing Intuit and QuickBooks APIs and Services.

  • Intuit Developer News Roundup – June 2017

    Feeling behind on the latest Intuit Developer News? We’ve got you covered! Grab your monthly digest of all things Intuit Developer in one quick post.

  • Announcing Postman Collection and Orchestrations for Payments API

    We’re really happy to announce Postman collections and orchestrations for QuickBooks Payments API.

  • Keep Your QuickBooks App Card Shiny

    Congrats! Your app’s integration with QuickBooks Online finally launched on the QuickBooks App Store. While you should definitely take a moment to celebrate this accomplishment, there is still work to be done.

  • Intuit is updating its OpenID IP addresses

    Apps use IP whitelisting to ensure that they are communicating with Intuit securely. If your app uses IP whitelisting please note that the Intuit OpenID IP addresses are changing soon and you would need to update your systems to add the new IP addresses.

  • Reimburse charge support with QuickBooks Online API

    We have had requests from multiple developers to expose details of ReimburseCharge (also known as Expense Charge or Billable Expense) linked transactions for Invoice objects. Our teams worked diligently on understanding the underlying data requirements and have provided read support for all details related to ReimburseCharge for Invoice objects starting with minorversion=9 or greater.