Sage Intacct (OAuth)
Overview
Pre-built tooling
Pre-built integrations
No pre-built integration yet (time to contribute: <48h)
Access requirements
Pre-Requisites | Status | Comment |
---|---|---|
Paid dev account | ✅ Not required | Free, self-signup here. |
Paid test account | ✅ Not required | Create a 30 day free trial account here. |
Partnership | ❓ | |
App review | ❓ | |
Security audit | ❓ |
Setup guide
- You must have an active Sage Intacct Web Services developer license, which includes a Web Services sender ID and password or access to a free trial period account.
If you need a developer license, contact your account manager.
Create a new developer workspace
Go to developer console and login if you have an account or signup for a free developer’s account.
Click View workspaces, then enter your Sage account email address and password to log in.
Click Add workspace to create a workspace for your company.
Enter a name for your workspace and a contact email address, then click Create.
Add 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.
Obtaining Client Credentials
From the list of applications in your workspace, click your new application to open it.
Click Create API keys.
From the Sage Product API drop-down list, select Sage Intacct.
Enter a Redirect URI as a full URL. During the authorization process, users will be redirected to this URL after authorizing your application to access their data in Sage Intacct. You can configure the following Redirect URL: https://api.nango.dev/oauth/callback
.
If you have custom applications that send Sage Intacct API requests from your domains, enter those domains in Allowed Origin Domains as full https URLs.
Enter your Sage Intacct Web Services sender ID and password.
From the Client Scope drop-down list, select the type of company to associate with these API keys:
-
Non-Production: Choose this option if you’re working with a sandbox implementation or other non-production company.
-
Production: Choose this option if you’re working with a live production company. Production companies are limited to no more than five associated API keys.
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.
Next
Follow the Quickstart.
Useful links
Topic | Links |
---|---|
General | Website |
Create a test account | |
Developer | API documentation |
Create or Login to a developer account | |
Developer console | |
Authorization documentation |
API gotchas
Was this page helpful?