Calculates the tax amount for a given transaction.
/calculate
endpoint allows you to determine the amount of sales tax to charge on a transaction. By providing details such as customer information, line items, and pricing, you’ll receive accurate tax calculations based on applicable jurisdictions and rates.
/calculate
endpoint will return a tax amount of 0 for that state./products
endpoints. (Coming soon)/calculate
endpoint is called, each line item includes a product id. We use this id to retrieve the pre-configured product code for that product, determining its taxability for the transaction.
/calculate
endpoint returns a JSON object containing the transaction details and calculated taxes.
Example response: