Category: News
-
Intuit Developer Small Business Hackathon is BACK!
The Intuit Developer Small Business Hackathon is back and we’re giving away another $5,000 to the winning team! We want YOU to build something that matters. Develop something ONLY YOU can build. Join QuickBooks and @IntuitDev to create new innovations that help small businesses save time so they can get back to their passions.
-
Small Business is Big Business For Developers at QuickBooks Connect
Are you new to the QuickBooks ecosystem and are curious about of our upcoming conference, QuickBooks Connect? Come and find out how you fit into the ecosystem of millions of small businesses and accountants worldwide.
-
Re-introducing the Apps Tab in QuickBooks Online Accountant
We’re excited to announce that we have re-introduced the apps tab into QuickBooks Online Accountant (QBOA). If your app is already available on the QuickBooks App Store, it will now be available in this channel too!
-
We've hit 500 in the QuickBooks App Store!
We’re really excited to announce that the QuickBooks App Store is now 500 <strong>! (And growing!) From expense tracking to invoicing – and everything in between – we now have 500 apps to extend the power of QuickBooks Online! Have you integrated with QuickBooks and haven’t yet published to the App Store? Join the fastest […]
-
Intuit Developer News Roundup – August 2017
Catch up on all things Intuit Developer in one quick post..
-
Minor Versions: What are they and why they matter to you
At Intuit, we’re constantly improving our products including the QuickBooks Online API. This means we need to be able to introduce incremental changes to the API without breaking your app. Minor versions provides a way to do just that. Now, let’s look at how it works, so you can take advantage of new features today!
-
Upgrading your apps to support TLS 1.2
We recently announced that QuickBooks Online apps will be required to upgrade to TLS 1.1 or above by July 31, 2017 to align with industry best practices for security and data integrity. Intuit will also require an upgrade to TLS 1.2 by December 31, 2017. Steps for upgrading to TLS 1.2 vary for different coding languages.
-
Updates to the Payments APIs for QuickBooks Online
Beginning February 1, 2018, Intuit is making a change to the QuickBooks Online Payments API and QuickBooks Merchant Services Payments API that will require that the ecommerce and mobile indicators for all purchases made from a handheld device (smart phone or tablet) is set within the application. This will affect any purchase regardless if the card number is keyed in, swiped, or fetched from a pass through digital wallet like Apple Pay or a staged digital wallet like PayPal/Google Wallet.
-
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’