# Supported integrations and features

Compare tax calculation provider support across Stripe integrations and features.

Stripe supports tax calculation through its native [Stripe Tax](https://docs.stripe.com/tax.md) engine and through [third-party tax apps](https://docs.stripe.com/tax/third-party-apps.md) from the Stripe Apps Marketplace. The tables below summarize which integrations and features each provider supports.

## Supported integrations 

| Integration | Anrok | Avalara | Sphere | [Stripe Tax](https://docs.stripe.com/tax.md) |
| --- | --- | --- | --- | --- |
| [Payment Links](https://docs.stripe.com/tax/payment-links.md) | ✓ | ✓ | ✓ | ✓ |
| [Invoices](https://docs.stripe.com/tax/invoicing.md) | ✓ | ✓ | ✓ | ✓ |
| [Subscriptions](https://docs.stripe.com/tax/subscriptions.md) | ✓ | ✓ | ✓ | ✓ |
| [Checkout](https://docs.stripe.com/tax/checkout.md) | ✓ | ✓ | ✓ | ✓ |
| [Tax Calculation API](https://docs.stripe.com/tax/standalone-tax-api.md) | ❌ | ❌ | ❌ | ✓ |

## Supported features 

| Feature | Anrok | Avalara | Sphere | [Stripe Tax](https://docs.stripe.com/tax.md) |
| --- | --- | --- | --- | --- |
| [Agentic commerce](https://docs.stripe.com/agentic-commerce.md) | ✓ | [Sign up for preview](https://docs.stripe.com/tax/third-party-apps/supported-integrations.md#stripe_tax_api_betas_agentic_commerce_avalara_preview) | ✓ | ✓ |
| [Surcharging](https://docs.stripe.com/payments/checkout/surcharge/automatic-surcharge.md) | [Sign up for preview](https://docs.stripe.com/tax/third-party-apps/supported-integrations.md#stripe_tax_api_betas_surcharging_anrok_preview) | [Sign up for preview](https://docs.stripe.com/tax/third-party-apps/supported-integrations.md#stripe_tax_api_betas_surcharging_avalara_preview) | [Sign up for preview](https://docs.stripe.com/tax/third-party-apps/supported-integrations.md#stripe_tax_api_betas_surcharging_sphere_preview) | ✓ |
| [Stripe Tax filing](https://docs.stripe.com/tax/filing.md) | ❌ | ❌ | ❌ | ✓ |
| [Stripe Tax reporting](https://docs.stripe.com/tax/reports.md) | ❌ | ❌ | ❌ | ✓ |
| [Events and ticketing](https://docs.stripe.com/tax/location-sales.md) | ❌ | ❌ | ❌ | ✓ |

### Interested in using agentic commerce with Avalara?

Enter your email to request access.

```bash
curl https://docs.stripe.com/preview/register \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Referer: https://docs.stripe.com/tax/third-party-apps/supported-integrations" \
  -d '{"email": "EMAIL", "preview": "stripe_tax_api_betas_agentic_commerce_avalara_preview"}'
```

### Interested in using surcharging with Anrok?

Enter your email to request access.

```bash
curl https://docs.stripe.com/preview/register \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Referer: https://docs.stripe.com/tax/third-party-apps/supported-integrations" \
  -d '{"email": "EMAIL", "preview": "stripe_tax_api_betas_surcharging_anrok_preview"}'
```

### Interested in using surcharging with Avalara?

Enter your email to request access.

```bash
curl https://docs.stripe.com/preview/register \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Referer: https://docs.stripe.com/tax/third-party-apps/supported-integrations" \
  -d '{"email": "EMAIL", "preview": "stripe_tax_api_betas_surcharging_avalara_preview"}'
```

### Interested in using surcharging with Sphere?

Enter your email to request access.

```bash
curl https://docs.stripe.com/preview/register \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Referer: https://docs.stripe.com/tax/third-party-apps/supported-integrations" \
  -d '{"email": "EMAIL", "preview": "stripe_tax_api_betas_surcharging_sphere_preview"}'
```

## Agentic commerce 

You can use a third-party tax provider to calculate tax on [agentic commerce](https://docs.stripe.com/agentic-commerce.md) transactions. For setup instructions, see [Third-party tax for agentic commerce](https://docs.stripe.com/tax/third-party-apps/agentic-commerce.md).
