API Capabilities
1. Sales Tax Calculation- Calculate accurate sales tax rates to charge for each transaction.
- Create new transactions to track tax liability.
- Retrieve transaction details.
- Update existing transactions.
- Delete transactions.
- Track your progress towards economic nexus in each state.
- Submit your existing registrations to Commenda.
- Request a new state registration.
- Retrieve existing registration details.
- Update existing registrations.
- Retrieve all filings completed by Commenda on your behalf.
- Create and update customer profiles.
- Submit customer exemption certificates.
- Upload a file to Commenda’s server.
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.