Skip to main content

Configuration

To set up the QuickBooks source, provide the following configuration parameters:

How to Generate Credentials

Follow QuickBooks’ OAuth 2.0 Authentication Playground guide to generate the required credentials:
  1. Register a new QuickBooks app to get your client_id and client_secret.
  2. Configure the OAuth scopes required by your app.
  3. Use the OAuth 2.0 playground to complete authentication and retrieve your refresh_token and realm_id.

Additional Notes

  • The start_date determines how far back data will be synced.
  • Ensure that the offline_access scope is enabled to obtain a refresh_token.
  • Tokens expire after a set period; use the refresh_token to obtain new access credentials automatically.