SageIntacct

SageIntacct

Requirements:

You must have an active Sage Intacct Web Services developer license, which includes a Web Services sender ID and password.

Create a new developer workspace

A Sage developer workspace lets you register your client applications and create API client keys.
It can be created by following below steps:

  1. Go to https://developer.sage.com/intacct/
  2. Click View workspaces, then enter your Sage account email address and password to log in. (If you don't yet have a Sage account, click Create account to register.)
  3. Click Add workspace to create a workspace for your company.
  4. Enter a name for your workspace and a contact email address, then click Create.

Create a client application

  1. Click Apps in the left column navigation.
  2. Click Add application.
  3. Enter a name to identify the application in your workspace, a home page URL, and a contact email address for the application, then click Create.

Get Client Keys

For each application you created in last step, you will get a set of Client ID and Client Secret.

  1. From the list of applications in your workspace, click your new application to open it.
  2. Click Create API keys.
  3. In the Sage Product API drop-down list, select Sage Intacct.
  4. Under Redirect URI, enter https://app.getknit.dev/oauth/authorize
  5. Enter https://api.getknit.dev in Allowed Origin Domains.
  6. Enter your Sage Intacct Web Services sender ID and password, then click Create.

When your registration is complete, the Application Details page will include an API Keys section. Click _Sage Intacct in that list to view your application's client ID and secret key that you must provide to Knit UI Component while integrating.