Skip to content
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

update: add invoice emails to billing groups details #712

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/platform/howto/manage-bank-transfers.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Aiven offers invoice billing and bank transfer payments for customers who have a

Invoices are generated at the end of the month based on actual usage
and a PDF is emailed to the
[billing contacts](/docs/platform/howto/use-billing-groups#update-your-billing-information)
[billing contacts](/docs/platform/howto/use-billing-groups#update-a-billing-group)
for each billing group.

Prices for Aiven services are always in US dollars, but invoices
Expand Down
9 changes: 5 additions & 4 deletions docs/platform/howto/use-billing-groups.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons"

With [billing groups](/docs/platform/howto/use-billing-groups) you can set up billing profiles to be used across all the projects in an organization. A consolidated [invoice](/docs/platform/howto/use-billing-groups) is created for each billing group.

You must be an [organization admin](/docs/platform/concepts/permissions#organization-roles-and-permissions)
You must be an
[organization admin](/docs/platform/concepts/permissions#organization-roles-and-permissions)
to access this feature in the Aiven Console.

## Create a billing group
Expand All @@ -29,10 +30,10 @@ to access this feature in the Aiven Console.
1. Find the billing group to rename, click <ConsoleLabel name="actions"/> > **Rename**.
1. Enter the new name and click **Rename**.

## Update your billing information
## Update a billing group

To change the payment card, address, billing contacts, or other billing
details:
To change the payment method, address, billing contact emails, invoice emails,
or other billing details:

1. In the organization, click **Billing**.
1. Select the name of the billing group to update.
Expand Down