API Capabilities
1. Global Indirect Tax Calculation- Calculate accurate global indirect tax rates to charge for each transaction.
- Create new transactions to track tax liability.
- Retrieve transaction details.
- Amend existing transactions.
- Archive transactions.
- Get detailed tax reports including
expected,actualandadjustedtax amounts.
- Track your progress towards economic nexus in each state.
- Track your historical liabilities on state and local jurisdictions.
- File VDAs.
- Submit your existing registrations to Commenda.
- Request a new state registration.
- Retrieve existing registration details.
- Update existing registrations.
- Get your historical and present compliance calendar. This includes all the state and local filings.
- Generate filings and assign them to Commenda. Commenda will then take care of your filings and programmatically keep you updated using Webhook events and jobs.
- Create and update customer profiles.
- Submit customer exemption certificates.
- Create exemption certificates for customers.
- Retrieve all exemption certificates.
- Update exemption certificates.
- CRUD APIs for files managed on Commenda.
Authentication
We implement Bearer token authentication to secure our APIs. This method requires you to include a valid token in the Authorization header of each request. The format is as follows:<your_token> with the actual token provided to you by Commenda.
Request API keys from the Commenda team for both testing and production.