From af4a739ff11a0aea5fca24d494ab048bccd9476e Mon Sep 17 00:00:00 2001 From: Jeremy Paul Date: Fri, 20 Feb 2026 13:04:57 +1100 Subject: [PATCH] doc(tax): TAX-2642 replaced call to action to email with a link to a form instead --- docs/integrations/tax.mdx | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/docs/integrations/tax.mdx b/docs/integrations/tax.mdx index 4db211bd0..9d37a1838 100644 --- a/docs/integrations/tax.mdx +++ b/docs/integrations/tax.mdx @@ -19,30 +19,10 @@ To get your app ID, start by creating an app in the [Developer Portal](https://d ## Sharing provider details with BigCommerce -Once you've obtained your app ID, share your app ID and the information below with BigCommerce by emailing [taxproviderapi@bigcommerce.com](mailto:taxproviderapi@bigcommerce.com). This information allows us to create your tax provider configuration, which will take approximately five days. +Once you've obtained your app ID, fill out [this form](https://docs.google.com/forms/d/e/1FAIpQLScyKcSDuxwVReLbSuXqrJCcWMnuX7b-SGNF0ZIXGEEAabfXng/viewform). This information allows us to create your tax provider configuration, which will take approximately five days. Once your tax provider configuration is ready, we'll let you know through email. The email will also include your `provider_id`, which is required when [establishing a connection](#establishing-a-connection) with the [Tax Provider API](/docs/rest-contracts/tax). -| Tax Provider Details | Required / Optional | Value(s) | Description | Example | -| :--- | :--- | :--- | :--- | :--- | -| App ID | Required | Integer | Tells us which tax provider configuration to use after the app is installed. | `123456` | -| Tax provider name | Required | String | Displayed in the control panel (e.g., **Settings > Setup > Tax > Add tax service**). | `Sample Tax` | -| Transaction type | Required | Production, Test | Whether your tax provider will be handling production traffic or conducting test transactions. | `Production` | -| Partner support email | Required | Email | Contact email that BigCommerce uses to send merchant support requests or discuss integration improvements with you. | `support@sampletax.example.com` | -**Availability** | | | | | -| Supported / unsupported countries | Required | ISO 3166-1 alpha-2 | Comma separated ISO 3166-1 alpha-2 country codes for supported countries. You can also select to support to all countries, or all countries except a list of unsupported countries. | `US,CA,GB,FR,AU,NZ` | -| **URLs** | | | | | -| Estimate URL 1,2 | Required | URL | URL BigCommerce should use for Tax Provider API estimate requests. | `https://sampletax.example.com/tax/estimate` | -| Commit URL 1,2,3 | Optional | URL | URL BigCommerce should use for Tax Provider API quote requests. | `https://sampletax.example.com/doc/commit` | -| Adjust URL 1,2,3 | Optional | URL | URL BigCommerce should use for Tax Provider API quote requests. | `https://sampletax.example.com/doc/adjust` | -| Void URL 1,2,3 | Optional | URL | URL BigCommerce should use for Tax Provider API quote requests. | `https://sampletax.example.com/doc/void` -| **Testing** | | | | | -| Partner sandbox store domain | Required | Domain name | Share your partner sandbox store for testing purposes prior to launching your tax provider. Learn how to [create a partner sandbox store](/docs/start/about/sandboxes). | `https://sampletax-test-store.mybigcommerce.com/` | - -1 URL must use HTTPS. -2 You have the option of supporting a URL that merchants can customize. See [Tax Profile](#tax-profile-optional). -3 URL is only called when the **Submit Order Data** provider setting is enabled. See [Document Submission](#document-submission). - ### Tax profile (optional) BigCommerce sets the tax provider registry with your URLs for [Tax Provider API](/docs/rest-contracts/tax) requests. BigCommerce sends requests to these URLs, for example, when a shopper requests tax estimates.