Skip to content

Commit 470770b

Browse files
EDI implementation: Billing how-tos, setting up payment, part 2 (#57045)
Co-authored-by: mc <[email protected]>
1 parent f271795 commit 470770b

File tree

8 files changed

+88
-90
lines changed

8 files changed

+88
-90
lines changed
Lines changed: 12 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Adding a sales tax certificate
3-
intro: 'If you''re a customer in the United States with a {% data variables.product.company_short %} Customer Agreement and you''re exempt from sales tax, you can upload a certificate to ensure the correct sales tax amount is calculated.'
3+
intro: 'If you''re a customer in the United States with a {% data variables.product.github %} Customer Agreement and you''re exempt from sales tax, you can upload a certificate to ensure the correct sales tax amount is calculated.'
44
redirect_from:
55
- /billing/managing-your-github-billing-settings/adding-a-sales-tax-certificate
66
- /billing/using-the-billing-platform/adding-a-sales-tax-certificate
@@ -9,6 +9,7 @@ versions:
99
fpt: '*'
1010
ghec: '*'
1111
ghes: '*'
12+
product: 'US-based organization and enterprise accounts that use the {% data variables.product.github %} Customer Agreement, see {% ifversion fpt or ghec %}[AUTOTITLE](/organizations/managing-organization-settings/upgrading-to-the-github-customer-agreement){% elsif ghes %}[AUTOTITLE](/enterprise-cloud@latest/organizations/managing-organization-settings/upgrading-to-the-github-customer-agreement) in the {% data variables.product.prodname_ghe_cloud %} docs{% endif %}'
1213
topics:
1314
- Billing
1415
- Organizations
@@ -17,42 +18,21 @@ shortTitle: Add sales tax certificate
1718
contentType: how-tos
1819
---
1920

20-
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:
21+
If you're a {% data variables.product.github %} 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 in JPEG (`.jpg`, `.jpeg`), PNG (`.png`), or PDF (`.pdf`) format.
2122

22-
* JPEG (`.jpg`, `.jpeg`)
23-
* PNG (`.png`)
24-
* PDF (`.pdf`)
23+
## Adding a sales tax exemption certificate to your account
2524

26-
Your account is marked as tax exempt while your certificate is reviewed. If your certificate is not approved, you will need to upload a new one.
27-
28-
## Adding a sales tax exemption certificate to your organization account
29-
30-
You can upload a sales tax exemption certificate to your organization account if your account uses the {% data variables.product.company_short %} Customer Agreement.
25+
Enterprise owners, organization owners, and billing managers can upload a sales tax exemption certificate to an enterprise account if the account uses the {% data variables.product.company_short %} Customer Agreement.
3126

32-
{% ifversion fpt or ghec %}
27+
1. In the upper-right corner of any page on {% data variables.product.github %}, click your profile picture.
3328

34-
> [!NOTE]
35-
> This option is not available for accounts that use the {% data variables.product.company_short %} Standard Terms of Service. For information about updating your organization, see [AUTOTITLE](/organizations/managing-organization-settings/upgrading-to-the-github-customer-agreement).
29+
1. Select the account you want to view and then access the "Billing & Licensing" pages:
3630

37-
{% endif %}
31+
* **Organizations**: Click **Your organizations**, then next to the organization, click **Settings**. In the organization sidebar, click **{% octicon "credit-card" aria-hidden="true" aria-label="credit-card" %} Billing & Licensing**.
32+
* For **enterprises**, click **Your enterprises**, then click the enterprise name. Click the **{% octicon "credit-card" aria-hidden="true" aria-label="credit-card" %} Billing & Licensing** tab at the top of the page.
3833

39-
{% data reusables.organizations.billing-settings %}
40-
1. In the sidebar, under **{% octicon "credit-card" aria-hidden="true" aria-label="credit-card" %} Billing and licensing**, click **Payment information**.
34+
1. From the list of "Billing & licensing" pages, click **Payment information**.
4135
1. Review your "Billing information" and update any incorrect data. You must ensure that the address fields are correct and that the "City" and "Postal/Zip code" fields are accepted. If there is any missing information or any errors are reported, the option to upload a sales tax certificate is hidden.
42-
1. At the bottom of the page in the "Additional information" section next to "Sales Tax," click **Upload certificate**, and select the certificate file you want to upload. If "Sales Tax" is missing, check that your billing information defines your country as "United States of America."
43-
1. To remove a sales tax certificate, click {% octicon "trash" aria-label="Delete sales tax certificate" %} next to the certificate you want to remove.
44-
45-
{% ifversion ghec or ghes %}
46-
47-
## Adding a sales tax exemption certificate to your enterprise account
36+
1. At the bottom of the page in the "Sales Tax" section, click **Upload certificate**, and select the certificate file you want to upload. If "Sales Tax" is missing, check that your billing information defines your country as "United States of America."
4837

49-
Enterprise owners and billing managers can upload a sales tax exemption certificate to an enterprise account if the account uses the {% data variables.product.company_short %} Customer Agreement.
50-
51-
{% data reusables.enterprise-accounts.access-enterprise %}
52-
{% data reusables.enterprise-accounts.billing-tab %}
53-
1. In the sidebar, under **{% octicon "credit-card" aria-hidden="true" aria-label="credit-card" %} Billing and licensing**, click **Payment information**.
54-
1. Review your "Billing information" and update any incorrect data. You must ensure that the address fields are correct and that the "City" and "Postal/Zip code" fields are accepted. If there is any missing information or any errors are reported, the option to upload a sales tax certificate is hidden.
55-
1. At the bottom of the page, next to "Sales Tax," click **Upload certificate**, and select the certificate file you want to upload. If "Sales Tax" is missing, check that your billing information defines your country as "United States of America."
56-
1. To remove a sales tax certificate, click {% octicon "trash" aria-label="Delete sales tax certificate" %} next to the certificate you want to remove.
57-
58-
{% endif %}
38+
Your account is marked as tax exempt while your certificate is reviewed. If your certificate is not approved, you will need to upload a new one.

content/billing/how-tos/set-up-payment/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Setting up and managing payment
33
shortTitle: Set up payment
4-
intro: Learn how to change your payment method and manage invoices.
4+
intro: Learn how to change your payment method, view your payment history, and manage invoices.
55
versions:
66
fpt: '*'
77
ghec: '*'
@@ -18,4 +18,3 @@ children:
1818
- /india-one-time-payments
1919
contentType: how-tos
2020
---
21-

content/billing/how-tos/set-up-payment/manage-enterprise-invoice.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,37 +6,32 @@ redirect_from:
66
- /billing/managing-billing-for-your-github-account/managing-invoices-for-your-enterprise
77
- /billing/managing-the-plan-for-your-github-account/managing-invoices-for-your-enterprise
88
versions:
9+
fpt: '*'
910
ghec: '*'
11+
ghes: '*'
12+
product: '{% data reusables.gated-features.enterprise-invoices %}'
1013
topics:
1114
- Billing
1215
- Enterprise
1316
- Licensing
1417
contentType: how-tos
1518
---
1619

17-
## About invoices for your enterprise
18-
19-
For invoiced {% data variables.product.prodname_enterprise %} customers, {% data variables.product.company_short %} bills through an enterprise account on {% data variables.product.prodname_dotcom_the_website %}. Each invoice includes a single bill charge for all of your paid {% data variables.product.prodname_dotcom_the_website %} services and any {% data variables.product.prodname_ghe_server %} instances. For more information, see [AUTOTITLE](/billing/managing-your-billing/about-billing-for-your-enterprise).
20-
21-
Only invoiced customers can view invoices on {% data variables.product.prodname_dotcom %}. If you pay automatically via credit card or PayPal, you can view receipts and payment history instead. For more information, see [AUTOTITLE](/billing/managing-your-billing/managing-your-payment-and-billing-information).
22-
23-
For more information about viewing the subscription and usage for your enterprise account, see [AUTOTITLE](/billing/managing-the-plan-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account).
24-
25-
{% data reusables.billing.ghes-with-no-enterprise-account %}
20+
{% data variables.product.github %} bills invoiced customers through an enterprise account on {% data variables.product.prodname_dotcom_the_website %}. Each invoice includes a single bill charge for all of your paid {% data variables.product.prodname_dotcom_the_website %} services and any {% data variables.product.prodname_ghe_server %} instances. For more information, see [AUTOTITLE](/billing/managing-your-billing/about-billing-for-your-enterprise).
2621

2722
## Viewing your current invoice
2823

2924
{% data reusables.enterprise-accounts.access-enterprise-on-dotcom %}
30-
{% data reusables.enterprise-accounts.settings-tab %}
3125
{% data reusables.enterprise-accounts.billing-tab %}
3226
1. Under "Latest invoice", click **View**.
3327

3428
![Screenshot of the billing summary for an enterprise account. A link, labeled "View", is highlighted with an orange outline.](/assets/images/help/business-accounts/view-invoice-link.png)
3529

30+
To view details of subscriptions and usage for your enterprise account, see [AUTOTITLE](/billing/managing-the-plan-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account).
31+
3632
## Paying your current invoice
3733

3834
{% data reusables.enterprise-accounts.access-enterprise-on-dotcom %}
39-
{% data reusables.enterprise-accounts.settings-tab %}
4035
{% data reusables.enterprise-accounts.billing-tab %}
4136
1. Under "Latest invoice", click **Pay invoice**.
4237

@@ -46,7 +41,6 @@ For more information about viewing the subscription and usage for your enterpris
4641
## Downloading your current invoice
4742

4843
{% data reusables.enterprise-accounts.access-enterprise-on-dotcom %}
49-
{% data reusables.enterprise-accounts.settings-tab %}
5044
{% data reusables.enterprise-accounts.billing-tab %}
5145
1. Under "Quick Actions", click **Download current invoice**.
5246

@@ -55,7 +49,6 @@ For more information about viewing the subscription and usage for your enterpris
5549
## Viewing your payment history
5650

5751
{% data reusables.enterprise-accounts.access-enterprise-on-dotcom %}
58-
{% data reusables.enterprise-accounts.settings-tab %}
5952
{% data reusables.enterprise-accounts.billing-tab %}
6053
1. To see a summary of your past billing activity, under "Billing", click the **Past invoices** tab.
6154

content/billing/how-tos/set-up-payment/redeem-coupon.md

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ redirect_from:
1515
versions:
1616
fpt: '*'
1717
ghec: '*'
18+
product: 'Personal, organization, and enterprise account owners<br>Organization and enterprise billing managers'
1819
topics:
1920
- Billing
2021
- Discounts
@@ -24,29 +25,23 @@ topics:
2425
shortTitle: Redeem coupon
2526
contentType: how-tos
2627
---
27-
{% data variables.product.company_short %} can't issue a refund if you pay for an account before applying a coupon. We also can't transfer a redeemed coupon or give you a new coupon if you apply it to the wrong account. Confirm that you're applying the coupon to the correct account before you redeem a coupon.
2828

29-
{% data reusables.dotcom_billing.coupon-expires %}
29+
## Prerequisites
3030

31-
> [!NOTE]
32-
> You cannot apply coupons to paid plans for {% data variables.product.prodname_marketplace %} apps.
31+
> [!IMPORTANT]
32+
> {% data variables.product.company_short %} can't issue a refund if you apply a coupon to the wrong account or to an account that you have already paid for.
3333
34-
## Redeeming a coupon for your personal account
34+
Before you redeem a coupon:
35+
1. Confirm which account the coupon is intended for.
36+
1. Verify that the account you want to apply the coupon to is not already paid for, see [AUTOTITLE](/billing/how-tos/set-up-payment/manage-payment-info).
37+
1. Be aware that coupons cannot be used for paid plans for {% data variables.product.prodname_marketplace %} apps.
3538

36-
{% data reusables.dotcom_billing.enter_coupon_code_on_redeem_page %}
37-
1. Under "Redeem your coupon", click **Choose** next to your _personal_ account's username.
38-
{% data reusables.dotcom_billing.redeem_coupon %}
39-
40-
## Redeeming a coupon for your organization
41-
42-
{% data reusables.dotcom_billing.org-billing-perms %}
39+
## Redeeming a coupon for your personal or organization account
4340

4441
{% data reusables.dotcom_billing.enter_coupon_code_on_redeem_page %}
45-
1. Under "Redeem your coupon", click **Choose** next to the _organization_ you want to apply the coupon to. If you'd like to apply your coupon to a new organization that doesn't exist yet, click **Create a new organization**.
42+
1. Under "Redeem your coupon", click **Choose** next to the username of the account to apply the coupon to.
4643
{% data reusables.dotcom_billing.redeem_coupon %}
4744

48-
{% ifversion ghec %}
49-
5045
## Redeeming a coupon for your enterprise
5146

5247
Redeeming a {% data variables.product.prodname_ghe_cloud %} coupon will create a new enterprise account. You can't redeem a coupon for an existing enterprise account yourself. If you have an existing enterprise account and want to redeem a coupon, you can [contact {% data variables.contact.github_support %}](/support/contacting-github-support).
@@ -55,4 +50,11 @@ Redeeming a {% data variables.product.prodname_ghe_cloud %} coupon will create a
5550
1. Select the organization that you would like to add to your new enterprise.
5651
{% data reusables.dotcom_billing.redeem_coupon %}
5752

58-
{% endif %}
53+
## When the coupon expires
54+
55+
If you use a coupon to pay for a subscription, when the coupon expires you will be charged the **full cost** for that subscription if you have a **payment method defined**.
56+
57+
If you **do not have a payment method defined**, your account will be affected:
58+
* Personal accounts are downgraded to {% data variables.product.prodname_free_user %}
59+
* Organization accounts are downgraded to {% data variables.product.prodname_free_team %}
60+
* Enterprise accounts are locked until you add a payment method

0 commit comments

Comments
 (0)