# Tax Providers

Juspay Hyperswitch integrates with tax calculation providers as a distinct connector category — classified as `TaxCalculationProvider`. Tax providers compute the applicable sales tax for a transaction based on the order details, customer location, and product type, and return the tax amount to be included in the payment.

### How tax calculation works in Hyperswitch

When a tax provider is configured, Hyperswitch calls the tax provider during the payment flow with order and address details. The provider returns the calculated tax amount, which Hyperswitch includes in the transaction before authorization.

### Supported Tax Providers

| Provider   | Type                   | Description                                                                                                               |
| ---------- | ---------------------- | ------------------------------------------------------------------------------------------------------------------------- |
| **TaxJar** | TaxCalculationProvider | Cloud-based platform that automates sales tax calculations, reporting, and filing for businesses across multiple channels |

### Activating a Tax Provider

Tax providers are activated through the same connector onboarding flow as payment processors.

[Steps to activate a connector on the Hyperswitch control center](/integrations/connectors-integrations/activate-connector-on-hyperswitch.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.hyperswitch.io/integrations/connectors-integrations/tax-providers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
