Sage Intacct

Last updated: June 10, 2026

PREREQUESITES

  • You must have an active Sage Intacct Web Services developer license (this can be purchased by contacting your Intacct account manager)

  • You must have a valid Web Services sender ID (this will be sent by email after purchasing the Sage Intacct Web Services developer license)

  • You must have a valid Web Services sender password (you will receive an email after purchasing the Sage Intacct Web Services developer license that will allow you to generate this password)

PREPARATION

Create your API application

  • Go to Sage Developer Portal

  • Click on "View Console" and create your organisation

  • Go to "Applications" and click on "New application"

  • Select "Sage Intacct"

    Screenshot 2026-06-10 at 18.38.46.png
  • Fill in an "Application name" and click on continue (the application name is informative and can be whatever you want)

    Screenshot 2026-06-10 at 18.39.45.png

  • Fill in Chift's Redirect URI with the following value: https://chift.app/oauth2/redirect

    Screenshot 2026-06-10 at 18.41.50.png
  • Specify the Web Services sender ID from the prerequisites as Intacct Web Services License Key

  • Specify the Web Services sender password from the prerequisites as Intacct Web Services License Password

  • Select "Production" as client scope

  • Click on "Create Application"

  • This will generate a client ID and a client Secret that you will need during the "Connection" step below

Screenshot 2026-06-10 at 18.47.28.png

Authorize the Webservice on each company you want to connect

After

  • Connect to your Sage Intacct account

  • Navigate to Company > Configuration > Company

    Screenshot 2026-06-10 at 18.49.15.png
  • Go to Security tab and click on "Edit"

  • Scroll down to the Web Services Authorizations section click on "Add"

    Screenshot 2026-06-10 at 18.51.43.png
  • Fill in your Web Services sender ID from the prerequisites

  • Set status to "Active" and click on "Save"

CONNECTION

Step 1: Choose a name for your connexion. (If the connexion name field isn’t visible, simply skip this step and continue.

Step 2: Specify if you want analytic data to be pushed and retrieved from Sage Intacct (e.g. locations, departments, projects...)

Screenshot 2026-06-10 at 18.57.54.png

Step 3: Specify the Client ID that was generated after creating the application

Screenshot 2026-06-10 at 18.57.19.png

Step 4: Specify your Web Services sender ID from the prerequisites

Screenshot 2026-06-10 at 18.57.23.png

Step 5: Specify the Client Secret that was generated after creating the application

Screenshot 2026-06-10 at 18.57.29.png

Step 6: Specify your Web Services sender password from the prerequisites

Screenshot 2026-06-10 at 18.57.34.png

Step 7: Click "Authorise" to finalise the connexion.

AUTHENTIFICATION

You will be redirect to the login page to authenticate yourself and authorize the connexion.