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:
- Go to https://developer.sage.com/intacct/
- 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.)
- Click Add workspace to create a workspace for your company.
- Enter a name for your workspace and a contact email address, then click Create.
Create a client application
- Click Apps in the left column navigation.
- Click Add application.
- 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.
- From the list of applications in your workspace, click your new application to open it.
- Click Create API keys.
- In the Sage Product API drop-down list, select Sage Intacct.
- Under Redirect URI, enter
https://app.getknit.dev/oauth/authorize
- Enter
https://api.getknit.dev
in Allowed Origin Domains. - 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.
Updated 1 day ago