Only in Mage Pro.Try our fully managed solution to access this advanced feature.
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:- Register a new QuickBooks app to get your
client_idandclient_secret. - Configure the OAuth scopes required by your app.
- Use the OAuth 2.0 playground to complete authentication and retrieve your
refresh_tokenandrealm_id.
Additional Notes
- The
start_datedetermines how far back data will be synced. - Ensure that the
offline_accessscope is enabled to obtain arefresh_token. - Tokens expire after a set period; use the
refresh_tokento obtain new access credentials automatically.