Skip to content

Commit 7b2184d

Browse files
Follow-up to Implement Sales Tax for self-serve US customers (#52961)
1 parent 20ec9d2 commit 7b2184d

File tree

6 files changed

+13
-22
lines changed

6 files changed

+13
-22
lines changed

content/billing/using-the-billing-platform/about-billing-on-github.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ topics:
1414
- Fundamentals
1515
---
1616

17-
{% data reusables.billing.us-sales-tax-note %} For more information about updating your billing information, see "[AUTOTITLE](/billing/managing-your-github-billing-settings/adding-or-editing-a-payment-method)."
18-
>
19-
>If you're exempt from sales tax, you will need to upload a sales tax exemption certificate to your account. See "[AUTOTITLE](/billing/managing-your-github-billing-settings/adding-a-sales-tax-certificate)."
20-
2117
## About billing on {% data variables.product.prodname_dotcom %}
2218

2319
{% data variables.product.company_short %} bills separately for each account. This means that you will receive a separate bill for your personal account and for each organization or enterprise account you own. For more information about account types, see "[AUTOTITLE](/get-started/learning-about-github/types-of-github-accounts)."
@@ -30,6 +26,12 @@ Usage-based billing applies when the cost of a paid product depends on how much
3026

3127
Your plan may come with included amounts of usage-based products. For example, with {% data variables.product.prodname_pro %}, your personal account gets 3,000 minutes of {% data variables.product.prodname_actions %} usage for free each month. You can control usage beyond the included amounts by setting spending limits.
3228

29+
{% ifversion us-sales-tax %}
30+
31+
{% data reusables.billing.us-sales-tax %}
32+
33+
{% endif %}
34+
3335
## Included amounts by plan
3436

3537
<table>

content/billing/using-the-billing-platform/adding-a-sales-tax-certificate.md

-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ topics:
1212
shortTitle: Add a sales tax certificate
1313
---
1414

15-
{% data reusables.billing.us-sales-tax-note %} {% ifversion fpt or ghec %}For more information about updating your billing information, see "[AUTOTITLE](/billing/managing-your-github-billing-settings/adding-or-editing-a-payment-method)."{% endif %}
16-
1715
If you're a {% data variables.product.company_short %} customer in the United States, you need to ensure that your account is set up to calculate sales tax correctly. If you're exempt from sales tax, you can upload a certificate to your account. The format of the certificate you upload must be one of the following:
1816

1917
* JPEG (`.jpg`, `.jpeg`)

content/billing/using-the-billing-platform/adding-or-editing-a-payment-method.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,16 @@ topics:
2828
shortTitle: Manage a payment method
2929
---
3030

31-
32-
{% data reusables.billing.us-sales-tax-note %}
33-
>
34-
>If you're exempt from sales tax, you can upload a certificate to your account. See "[AUTOTITLE](/billing/managing-your-github-billing-settings/adding-a-sales-tax-certificate)."
35-
3631
{% data reusables.dotcom_billing.payment-methods %} {% data reusables.dotcom_billing.same-payment-method %}
3732

3833
We don't support purchase orders for personal accounts. We email receipts monthly or yearly on your account's billing date. If your company, country, or accountant requires your receipts to provide more detail, you can add extra information to your receipts. For more information, see "[AUTOTITLE](/billing/managing-your-github-billing-settings/adding-information-to-your-receipts)."
3934

35+
{% ifversion us-sales-tax %}
36+
37+
{% data reusables.billing.us-sales-tax %}
38+
39+
{% endif %}
40+
4041
## Updating your personal account's payment method
4142

4243
You can update your personal account's payment method at any time.

content/billing/using-the-billing-platform/index.md

-8
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,3 @@ children:
3030
- /troubleshooting-a-declined-credit-card-charge
3131
- /unlocking-a-locked-account
3232
---
33-
34-
{% ifversion us-sales-tax %}
35-
36-
{% data reusables.billing.us-sales-tax-note %}{% ifversion fpt or ghec %} For more information about updating your billing information, see "[AUTOTITLE](/billing/managing-your-github-billing-settings/adding-or-editing-a-payment-method)."{% endif %}
37-
>
38-
>If you're exempt from sales tax, you can upload a certificate to your account. See "[AUTOTITLE](/billing/managing-your-github-billing-settings/adding-a-sales-tax-certificate)."
39-
40-
{% endif %}

data/reusables/billing/us-sales-tax-note.md

-3
This file was deleted.
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
If you're a customer in the United States and you're exempt from sales tax, you will need to upload a sales tax exemption certificate to your account. See "[AUTOTITLE](/billing/managing-your-github-billing-settings/adding-a-sales-tax-certificate)."

0 commit comments

Comments
 (0)