Sales Tax API
Core Concepts
Corporations
Calculate
Transactions
- Tax Transactions
- POSTCreate a transaction
- GETGet transaction
- GETList transactions
- DELDelete transaction
- Refund Transactions
- Bulk Transaction Import
Nexus
Registrations
Products
Customers
Exemption Certificates
Get customer
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique identifier of the customer to fetch.
Response
The unique identifier for the corporation associated with this customer.
Timestamp in unix epoch
ISO 3166 2-letter country code. Ex: US, IN, GB.
Timestamp in unix epoch
The unique identifier of the customer associated with this exemption certificate.
Identifier of the file to use as the exemption certificate for this customer. Returned from the POST /files
endpoint once the file is uploaded.
Unique identifier for the exemption certificate
ISO 8601 formatted string indicating the date when this exemption certificate was issued.
A string representing the jurisdiction: either a 2-letter state code (ISO 3166-2 suffix), 'SST', or 'MTC', depending on the exemption certificate details.
Determines whether the certificate is valid for use or not. If the certificate is INVALID
, the POST /calculate
endpoint won't use it for exemptions.
VALID
, INVALID
Type of the exemption certificate. Request additional types from the Commenda team as required.
PURPOSE_WHOLESALE
, ENTITY_TYPE_NONPROFIT
Every exemption certificate needs to be validated by Commenda before they can be used for exempting transactions. This status indicates whether Commenda has verified the authenticity of this exemption certificate.
PENDING_VERIFICATION
, VERIFICATION_COMPLETED
ISO 8601 formatted date string indicating the date when this exemption certificate will expire. This is an optional field as some certificates might be valid indefinitely.
The unique identifier for this customer.
A display name for this customer.