mirror of https://github.com/docker/docs.git
Add banner and update billing docs (#20145)
* add tax banner and update billing faq * update faq * update vale
This commit is contained in:
parent
042d84f6de
commit
744695aae3
|
@ -67,6 +67,7 @@ exceptions:
|
|||
- URL
|
||||
- USB
|
||||
- UTF
|
||||
- VAT
|
||||
- WSL
|
||||
- XML
|
||||
- XSS
|
||||
|
|
|
@ -6,6 +6,8 @@ aliases:
|
|||
- /billing/cycle/
|
||||
---
|
||||
|
||||
{{< include "tax-compliance.md" >}}
|
||||
|
||||
You can pay for a Pro or Team subscription on a monthly or yearly billing cycle. You select your preferred billing cycle when you buy your subscription.
|
||||
|
||||
If you have a monthly billing cycle, you can choose to switch to an annual billing cycle. Note that it's not possible to switch from an annual billing cycle to monthly.
|
||||
|
|
|
@ -6,6 +6,8 @@ aliases:
|
|||
- /billing/details/
|
||||
---
|
||||
|
||||
{{< include "tax-compliance.md" >}}
|
||||
|
||||
You can update the billing information for your personal account or for an organization. When you update your billing information, these changes apply to future billing invoices.
|
||||
|
||||
> **Important**
|
||||
|
|
|
@ -4,6 +4,8 @@ description: Learn how to start your Docker Core subscription.
|
|||
keywords: payments, billing, subscription, invoices, docker core, subscribe
|
||||
---
|
||||
|
||||
{{< include "tax-compliance.md" >}}
|
||||
|
||||
Docker Core subscriptions offer features and benefits to support both new and professional developers, as well as plans for individuals, teams, and enterprise businesses. To learn more about what's included with each tier, see [Docker Core subscriptions and features](../../subscription/core-subscription/details.md) and [Docker Pricing](https://www.docker.com/pricing/).
|
||||
|
||||
In this section, learn how to get started with a Docker Core subscription for individuals or for organizations. Before you begin, make sure you have a [Docker ID](../../docker-id/_index.md).
|
||||
|
|
|
@ -6,6 +6,8 @@ aliases:
|
|||
- /billing/history/
|
||||
---
|
||||
|
||||
{{< include "tax-compliance.md" >}}
|
||||
|
||||
In this section, learn how you can view your billing history, manage your invoices, and verify your renewal date. All monthly and annual subscriptions are automatically renewed at the end of the term using the original form of payment.
|
||||
|
||||
## Invoices
|
||||
|
|
|
@ -6,6 +6,8 @@ billing:
|
|||
- /billing/payment-method/
|
||||
---
|
||||
|
||||
{{< include "tax-compliance.md" >}}
|
||||
|
||||
This page describes how to add or update a payment method for your personal account or for an organization.
|
||||
|
||||
You can add a payment method or update your account's existing payment method at any time.
|
||||
|
|
|
@ -33,6 +33,16 @@ Docker also sends an email notification `Action Required - Credit Card Payment F
|
|||
|
||||
Once the grace period is over and the invoice is still not paid, the subscription downgrades to a free plan and all paid features are disabled.
|
||||
|
||||
### Does Docker collect sales tax and/or VAT?
|
||||
|
||||
Starting July 1, 2024, Docker will begin collecting sales tax on subscription fees in compliance with state regulations for customers in the United States. For global customers subject to VAT, the implementation will start rolling out on July 1, 2024. Note that while the rollout begins on this date, VAT charges may not apply to all applicable subscriptions immediately.
|
||||
|
||||
To ensure that tax assessments are correct, make sure that your billing information and VAT/Tax ID, if applicable, are updated. See [Update the billing information](/billing/core-billing/details/).
|
||||
|
||||
### How do I certify my tax exempt status?
|
||||
|
||||
If you're exempt from sales tax, you can register a valid tax exemption certificate with Docker's Support team. [Contact Support](https://hub.docker.com/support/contact) to get started.
|
||||
|
||||
### Does Docker offer academic pricing?
|
||||
|
||||
Contact the [Docker Sales Team](https://www.docker.com/company/contact).
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
> **Important**
|
||||
>
|
||||
> Starting July 1, 2024, Docker will begin collecting sales tax on subscription fees in compliance with state regulations for customers in the United States. For our global customers subject to VAT, the implementation will start rolling out on July 1, 2024. Note that while the rollout begins on this date, VAT charges may not apply to all applicable subscriptions immediately.
|
||||
>
|
||||
> To ensure that tax assessments are correct, make sure that your billing information and VAT/Tax ID, if applicable, are updated.
|
||||
{ .important }
|
|
@ -7,6 +7,8 @@ aliases:
|
|||
- /subscription/add-seats/
|
||||
---
|
||||
|
||||
{{< include "tax-compliance.md" >}}
|
||||
|
||||
You can add seats at anytime to your existing subscription.
|
||||
|
||||
When you add seats to your subscription in the middle of your billing cycle, you are charged a prorated amount for the additional seats.
|
||||
|
|
|
@ -8,6 +8,8 @@ aliases:
|
|||
- /subscription/upgrade/
|
||||
---
|
||||
|
||||
{{< include "tax-compliance.md" >}}
|
||||
|
||||
When you upgrade to a paid subscription, you immediately have access to all the features and entitlements available in your new chosen subscription. For detailed information on features available in each subscription, see [Docker Pricing](https://www.docker.com/pricing).
|
||||
|
||||
## Upgrade your subscription
|
||||
|
|
Loading…
Reference in New Issue