Skip to content

Commit

Permalink
update: billing permissions (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
staceysalamon-aiven authored May 27, 2024
1 parent e317277 commit 97fc4f4
Show file tree
Hide file tree
Showing 9 changed files with 46 additions and 51 deletions.
25 changes: 14 additions & 11 deletions docs/platform/concepts/hourly-billing-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@
title: Billing
---

In the **Billing** section of the [Aiven
Console](https://console.aiven.io), you can manage your
[billing groups](/docs/platform/concepts/billing-groups),
[payment cards](/docs/platform/howto/manage-payment-card), and view and download your invoices.
In the **Billing** section of the [Aiven Console](https://console.aiven.io), you can manage your [billing groups](/docs/platform/concepts/billing-groups), [payment cards](/docs/platform/howto/manage-payment-card), and view and download your invoices.

:::info
You must be a [super admin](/docs/platform/howto/make-super-admin) to access this feature.
:::
To access the **Billing** section of the Aiven Console for an organization,
you have to be a [super admin](/docs/platform/howto/make-super-admin).
Other users have read-only access to some billing information like billing group
details and invoices using the API.

## Service charges

Expand All @@ -26,19 +24,24 @@ While network traffic is not charged separately, your application cloud
service provider may charge you for the network traffic going to or from
their services.

Use of PrivateLink and additional storage will incur additional costs on
Use of PrivateLink and additional storage incurs additional costs on
top of the hourly service usage rate.
:::

The minimum hourly charge unit is one hour. For example, when you launch
an Aiven service and terminate it after 40 minutes, you will be charged
an Aiven service and terminate it after 40 minutes, you are charged
for one full hour. Likewise, if you terminate a service after 40.5
hours, you will be charged for 41 hours.
hours, you are charged for 41 hours.

[Terminating or pausing a service](/docs/platform/concepts/service-power-cycle) stops
the accumulation of new charges immediately.
However, the minimum hourly charge unit still applies prior to terminating or pausing
However, the minimum hourly charge unit still applies before terminating or pausing
a service.

Migrating a service to another cloud region or to a different cloud provider does not
incur any additional costs.

## Related pages

- [Billing groups](/docs/platform/concepts/billing-groups)
- [Payment methods](/docs/platform/howto/list-billing)
5 changes: 3 additions & 2 deletions docs/platform/howto/billing-assign-projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ title: Assign projects to billing groups
You can assign multiple projects to a billing group to [use the same payment card and consolidate the costs](/docs/platform/concepts/billing-groups).

Each project can only be assigned to one billing group. If a project is already assigned
to a billing group and you assign it to another, it will be removed from the first group.
to a billing group and you assign it to another, it's removed from the first group.

:::info
You must be a [super admin](/docs/platform/howto/make-super-admin) to access this feature.
You must be a [super admin](/docs/platform/howto/make-super-admin) to access this
feature in the Aiven Console.
:::

To assign projects to a billing group:
Expand Down
6 changes: 0 additions & 6 deletions docs/platform/howto/change-billing-contact.md

This file was deleted.

18 changes: 9 additions & 9 deletions docs/platform/howto/create-billing-groups.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@ title: Create billing groups
With [billing groups](/docs/platform/concepts/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.

:::info
You must be a [super admin](/docs/platform/howto/make-super-admin) to access this feature.
You must be a [super admin](/docs/platform/howto/make-super-admin) to access this
feature in the Aiven Console.
:::

## Create a billing group

1. In the organization to add a billing group to, click
**Billing**.
2. Click **Create billing group**.
3. Enter a name for the billing group and click **Continue**.
4. Enter the billing details. You can also copy these details from
1. In the organization, click **Billing**.
1. Click **Create billing group**.
1. Enter a name for the billing group and click **Continue**.
1. Enter the billing details. You can also copy these details from
another billing group by selecting it from the list. Click
**Continue**.
5. Select the projects to add to this billing group. You
1. Select the projects to add to this billing group. You
can also skip this and add projects later. Click **Continue**.
6. Check the information in the **Summary** step. To make changes to
1. Check the information in the **Summary** step. To make changes to
any section, click **Edit**.
7. When you have confirmed everything is correct, click **Create**.
1. When you have confirmed everything is correct, click **Create**.

## Related pages

Expand Down
5 changes: 2 additions & 3 deletions docs/platform/howto/list-billing.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Billing and payments
title: Payment methods
---

Browse through instructions for common Aiven platform tasks related to
billing.
You can add payment methods to your organization that you use across your different [billing groups](/docs/platform/concepts/billing-groups) to pay for your Aiven services.
22 changes: 11 additions & 11 deletions docs/platform/howto/update-tax-status.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ title: Update your tax status
You can add your VAT ID in the billing information in the [Aiven Console](https://console.aiven.io).

:::info
You must be a [super admin](/docs/platform/howto/make-super-admin) to access this feature.
You must be a [super admin](/docs/platform/howto/make-super-admin) to access this
feature in the Aiven Console.
:::

1. Click **Billing**.
2. Click **Billing groups**.
3. Select the billing group to update.
4. Click **Billing information**.
5. In the **Billing details** section, click **Edit**.
6. Enter your **VAT ID** and click **Save**.
1. Click **Billing groups**.
1. Select the billing group to update.
1. Click **Billing information**.
1. In the **Billing details** section, click **Edit**.
1. Enter your **VAT ID** and click **Save**.

You can change also the billing address by clicking **Edit** in the
**Company details** section. Once the billing country has been updated,
it will be used in all future invoices. Billing estimates are updated
approximately once an hour, so it may take up to an hour for the new tax
status to become visible on the invoice estimates.
You can also change the billing address by clicking **Edit** in the
**Company details** section. Once the billing country is updated, it's used in all
future invoices. Billing estimates are updated approximately once an hour, so it can
take up to an hour for the new tax status to be visible on the invoice estimates.
14 changes: 6 additions & 8 deletions docs/platform/howto/use-billing-groups.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ import ConsoleLabel from "@site/src/components/ConsoleIcons"
To view and update your billing groups in the [Aiven Console](https://console.aiven.io/) go to the organization and click **Billing**.

:::info
You must be a [super admin](/docs/platform/howto/make-super-admin) to access this feature.
You must be a [super admin](/docs/platform/howto/make-super-admin) to access this
feature in the Aiven Console.
:::

## Rename billing groups
Expand Down Expand Up @@ -49,11 +50,8 @@ will unassign it from that billing group.
## Delete billing groups

1. Select the name of the billing group to delete.
1. On the **Projects** tab, confirm that no projects are assigned to
this billing group. If there are projects listed, move them to a
different billing group.
1. Click the three dots next to the current accumulated monthly bill
1. On the **Projects** tab, confirm that the billing group has no projects.
If there are projects listed, move them to a different billing group.
1. Click <ConsoleLabel name="actions"/> next to the current accumulated monthly bill
amount.
1. Select **Delete** and **Confirm**.

You are taken back to the Billing page.
1. Click **Delete** and **Confirm**.
1 change: 0 additions & 1 deletion sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ const sidebars: SidebarsConfig = {
'platform/howto/create-billing-groups',
'platform/howto/use-billing-groups',
'platform/howto/billing-assign-projects',
'platform/howto/change-billing-contact',
],
},
'platform/howto/payment-issues-plan-upgrades',
Expand Down
1 change: 1 addition & 0 deletions static/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,4 @@
/tools/terraform/reference/troubleshooting https://aiven.io/docs/tools/terraform
/tools/terraform/reference/troubleshooting/private-access-error https://aiven.io/docs/tools/terraform
/tools/cli/ticket https://aiven.io/docs/platform/howto/support
/platform/howto/change-billing-contact.md https://aiven.io/docs/platform/howto/use-billing-groups

0 comments on commit 97fc4f4

Please sign in to comment.