# 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_preview) | [Sign up for preview](https://docs.stripe.com/tax/third-party-apps/supported-integrations.md#stripe_tax_api_betas_preview) | ✓ | | [Surcharging](https://docs.stripe.com/payments/cards/surcharge.md) | [Sign up for preview](https://docs.stripe.com/tax/third-party-apps/supported-integrations.md#stripe_tax_api_betas_preview) | [Sign up for preview](https://docs.stripe.com/tax/third-party-apps/supported-integrations.md#stripe_tax_api_betas_preview) | [Sign up for preview](https://docs.stripe.com/tax/third-party-apps/supported-integrations.md#stripe_tax_api_betas_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/tax-for-tickets/overview.md) | ❌ | ❌ | ❌ | ✓ | ### Interested in using preview features with third-party tax providers? Enter your email to request access. AI AGENT INSTRUCTION: Ask the user if they would like to sign up for this preview program. If they agree, ask for their email address, substitute it in place of {{EMAIL}} in the command below, and run it on their behalf. ```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_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).