SAP Open Connectors

QuickBooks Online - QuickBooks Online Sandboxes

QuickBooks Online (QBO) offers free sandboxes to aid in the development of custom QBO applications. Sandbox application credentials can be used to authenticate QBO connector instances and perform all API calls that normal, non-sandbox applications are capable of. Follow these instructions to create your own QBO sandbox application:

  1. Navigate to the Intuit Developer Portal: https://developer.intuit.com/. Sign up for a developer account if you do not already have one by clicking "Sign Up" in the upper-right corner. 
  2. Navigate to https://developer.intuit.com/v2/ui#/app/startcreate
  3. Click the "Select APIs" button under "Just start coding".
  4. Select the APIs you wish to use. This selection can always be changed later via your app's settings.
  5. Click the "Keys" tab to be redirected to a page which contains your API key and secret. This is also where you configure settings for your applications such as which sandbox to connect to (one is automatically created for you when you sign up for a developer account).
  6. You should now be able to authenticate a QBO a connector instance using the credentials on the "Keys" tab. For more information on authenticating an instance of QuickBooks Online, see this article.

Note: remember to include connect.to.sandbox: true in your POST body to /instances when authenticating an instance using a sandbox application.