-
Notifications
You must be signed in to change notification settings - Fork 8.4k
docs: refresh billing documentation #25567
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
akristen
wants to merge
12
commits into
docker:main
Choose a base branch
from
akristen:billing-freshness-round1
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 11 commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
fdc255c
docs: refresh billing documentation
akristen 0a9683a
Merge branch 'main' of https://github.com/akristen/docs into billing-…
akristen 4919aeb
Merge branch 'main' of https://github.com/akristen/docs into billing-…
akristen 513bb4e
docs: merge billing cycle page into billing details and refresh payme…
akristen 86843e0
docs: rewrite billing history page and update VAT number link
akristen bcd4ef6
docs: fix Vale style violations in payment methods page
akristen 0dd2bf9
docs: consolidate VAT/tax ID guidance around the plan purchase flow
akristen eb5ffdd
docs: address docker-agent review feedback on billing details
akristen 6cb8c40
docs: use consistent "Payment method" tile name in payment-method.md
akristen 9fa841a
docs: fix remove-payment-method flow and clarify per-plan renewal dates
akristen 7ea4f5c
Apply suggestions from code review
akristen 24e2313
Apply suggestions from code review
akristen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,93 +1,40 @@ | ||
| --- | ||
| title: Update your billing information | ||
| linkTitle: Update information | ||
| title: Update your billing details | ||
| linkTitle: Update details | ||
| weight: 40 | ||
| description: Learn how to update your billing information in Docker Hub | ||
| keywords: payments, billing, subscription, invoices, update billing email, change billing address, VAT ID, Docker billing account | ||
| description: Learn how to update billing details, like contact information, addresses, and notification email for Docker subscriptions. | ||
| keywords: payments, billing, subscription, invoices, update billing email, change billing address, Docker billing account | ||
| aliases: | ||
| - /billing/cycle/ | ||
|
akristen marked this conversation as resolved.
|
||
| --- | ||
|
|
||
| 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. The email address you provide for a billing account is | ||
| where Docker sends all invoices and other billing related communications. | ||
| You can update your billing contact information, address, and notification email at any time. Existing invoices, whether paid or unpaid, cannot be updated. Changes only apply to future invoices. | ||
|
|
||
| > [!NOTE] | ||
| > | ||
| > Existing invoices, whether paid or unpaid, cannot be updated. | ||
| > Changes only apply to future invoices. | ||
| ## Update billing details | ||
|
|
||
| ## Manage billing information | ||
| You can update your billing details for Docker individual accounts and Docker organization accounts using the same procedures. | ||
|
akristen marked this conversation as resolved.
|
||
|
|
||
| ### Personal account | ||
| To update your billing information from **Settings** in Docker Home: | ||
|
akristen marked this conversation as resolved.
|
||
|
|
||
| To update your billing information: | ||
| 1. Sign in to [Docker Home](https://app.docker.com/) and select your personal or organization | ||
| account. | ||
| 1. Select **Billing**, then go to **Settings**. | ||
| 1. Select **Edit**, then choose **Update** next to your current billing contact and billing address information. | ||
|
akristen marked this conversation as resolved.
akristen marked this conversation as resolved.
|
||
| 1. Verify your information, then select **Save as default**. | ||
|
|
||
| 1. Sign in to [Docker Home](https://app.docker.com/) and select your | ||
| organization. | ||
| 1. Select **Billing**. | ||
| 1. Select **Billing information** from the left-hand navigation. | ||
| 1. On your billing information card, select **Change**. | ||
| 1. Update your billing contact and billing address information. | ||
| 1. Optional. To add or update a VAT ID, select the **I'm purchasing as a business** checkbox and enter your Tax ID. | ||
| For more information on changing your default payment method, see [Change default payment method](/manuals/billing/payment-method.md#change-default-payment-method). | ||
|
|
||
| > [!IMPORTANT] | ||
| > | ||
| > Your VAT number must include your country prefix. For example, if you are | ||
| > entering a VAT number for Germany, you would enter `DE123456789`. | ||
| ## Billing notifications | ||
|
|
||
| 1. Select **Update**. | ||
| Docker sends invoices and other billing-related communications | ||
| to the billing account's email address. These communications include: | ||
|
|
||
| ### Organization | ||
| - Confirmations, such as new subscriptions, paid invoices | ||
| - Notifications for card failure and card expiration errors | ||
| - Reminders for subscription renewal | ||
|
|
||
| > [!NOTE] | ||
| > | ||
| > You must be an organization owner to make changes to the billing information. | ||
| ## Billing cycle | ||
|
|
||
| To update your billing information: | ||
|
|
||
| 1. Sign in to [Docker Home](https://app.docker.com/) and select your | ||
| organization. | ||
| 1. Select **Billing**. | ||
| 1. Select **Billing information** from the left-hand navigation. | ||
| 1. On your billing information card, select **Change**. | ||
| 1. Update your billing contact and billing address information. | ||
| 1. Optional. To add or update a VAT ID, select the **I'm purchasing as a business** checkbox and enter your Tax ID. | ||
|
|
||
| > [!IMPORTANT] | ||
| > | ||
| > Your VAT number must include your country prefix. For example, if you are | ||
| > entering a VAT number for Germany, you would enter `DE123456789`. | ||
|
|
||
| 1. Select **Update**. | ||
|
|
||
| ## Update your billing email address | ||
|
|
||
| Docker sends the following billing-related emails: | ||
|
|
||
| - Confirmations (new subscriptions, paid invoices) | ||
| - Notifications (card failure, card expiration) | ||
| - Reminders (subscription renewal) | ||
|
|
||
| You can update the email address that receives billing invoices at any time. | ||
|
|
||
| ### Personal account | ||
|
|
||
| To update your billing email address: | ||
|
|
||
| 1. Sign in to [Docker Home](https://app.docker.com/) and select your | ||
| organization. | ||
| 1. Select **Billing**. | ||
| 1. Select **Billing information** from the left-hand navigation. | ||
| 1. On your billing information card, select **Change**. | ||
| 1. Update your billing contact information and select **Update**. | ||
|
|
||
| ### Organizations | ||
|
|
||
| To update your billing email address: | ||
|
|
||
| 1. Sign in to [Docker Home](https://app.docker.com/) and select | ||
| your organization. | ||
| 1. Select **Billing**. | ||
| 1. Select **Billing information** from the left-hand navigation. | ||
| 1. On your billing information card, select **Change**. | ||
| 1. Update your billing contact information and select **Update**. | ||
| Billing cycles are defined on a per-plan basis. Depending on the product you | ||
| subscribe to, your cycle can be monthly, annual, or another cadence. For | ||
| plan-specific billing cycle details, see [Plans](/manuals/subscription/plans/_index.md). | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.