n8n-docs/docs/integrations/builtin/credentials/quickbooks.md

2.5 KiB

title description contentType
QuickBooks credentials Documentation for QuickBooks credentials. Use these credentials to authenticate QuickBooks in n8n, a workflow automation platform. integration

QuickBooks credentials

You can use these credentials to authenticate the following nodes:

Prerequisites

Create an Intuit developer{:target=_blank .external-link} account.

Supported authentication methods

  • OAuth2

Refer to Intuit's API documentation{:target=_blank .external-link} for more information about the service.

Using OAuth2

To configure this credential, you'll need:

  • A Client ID: Generated when you create an app.
  • A Client Secret: Generated when you create an app.
  • An Environment: Select whether this credential should access your Production or Sandbox environment.

To generate your Client ID and Client Secret, create an app{:target=_blank .external-link}.

Use these settings when creating your app:

  • Select appropriate scopes for your app. Refer to Learn about scopes{:target=_blank .external-link} for more information.
  • Enter the OAuth Redirect URL from n8n as a Redirect URI in the app's Development > Keys & OAuth section.
  • Copy the Client ID and Client Secret from the app's Development > Keys & OAuth section to enter in n8n. Refer to Get the Client ID and Client Secret for your app{:target=_blank .external-link} for more information.

Refer to Intuit's Set up OAuth 2.0 documentation{:target=_blank .external-link} for more information on the entire process.

/// note | Environment selection If you're creating a new app from scratch, start with the Sandbox environment. Production apps need to fulfill all Intuit's requirements. Refer to Intuit's Publish your app documentation{:target=_blank .external-link} for more information. ///