- Help center
- Using Chaser software
- Getting Started
-
Account & Setup (Getting started)
-
How to use Chaser
-
Tips & tutorials
-
Getting started
-
Using Chaser software
- Getting Started
- Receivables
- Schedules
- Users
- Manage: General
- Email reminders
- Chasefeed
- Organisations
- Subscriptions
- Your account
- Reports
- Timings
- Templates
- Payment Portal
- Credit Checking
- SMS reminders
- Call reminders
- Late payment predictor
- Payer rating
- Support
- Zapier integration
- Phone calls
- Auto-calls
- Letters
- Monthly statement
-
Chaser Collections
-
Your account and subscription
-
FAQs
-
Webinars / Live training
-
Video tutorials
-
Privacy and security
-
Partner program
-
Troubleshooting & support
-
Integrations & APIs
-
Partners
-
Extra Articles
Connecting to the Chaser API
Chaser API allows you as a developer to import and export core data with Chaser.
If you would like to connect using Zapier please see the Zapier help center article.
Getting started
- Signup to Chaser here (if you are not a user yet).
- Login to Chaser.
- Create a new organisation.
- Select API from the list of available accounting systems.
- Click “Connect with API”.
- Enter your organisation name and click “Connect”.
- Go to Organisation Settings > Integrations and create a new API key/secret.
Tools
The following tools and resources help you develop integrations using the Core API.
Postman Collection
To expedite development, Chaser provides the Chaser API Postman collection.
- Download and install Postman Desktop App.
- Go to Collections and import the Chaser API Postman collection.
- Add a global variable named baseUrl to the environment and set its value to https://openapi.chaserhq.com
- In the Authorization tab, set Type to Basic Auth.
- Get the API key and secret from Chaser (Organisation Settings > Integrations > Get API key)
- Set the API key as the username and the API secret as the password.
- Select one of the requests available and click Send.
See the How to use Chaser API article for detailed data requirements and FAQs relating to the Chaser API