Skip to content

Commit af577d9

Browse files
feat: billing addresses
1 parent 854fdac commit af577d9

File tree

4 files changed

+67
-6
lines changed

4 files changed

+67
-6
lines changed

docs/platform/concepts/billing-and-payment.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ import RelatedPages from "@site/src/components/RelatedPages";
66

77
You can make payments by credit card, bank transfer, or using your AWS, Google Cloud, or Azure [marketplace subscriptions](/docs/platform/howto/list-marketplace-payments).
88

9+
The [costs of services](#service-charges) in a project are charged to the
10+
[payment methods](/docs/platform/howto/manage-payment-card) of the
11+
[billing group](#billing-groups) assigned to that project.
12+
913
Billing information, invoices, and a breakdown of charges by category and billing group
1014
are available in the **Billing** section of the Aiven Console.
1115
To access this section, you must be an
@@ -18,9 +22,10 @@ and invoices using the API.
1822

1923
[Billing groups](/docs/platform/howto/use-billing-groups)
2024
store your billing details in one place,
21-
including [payment methods](/docs/platform/howto/manage-payment-card), billing addresses,
22-
and billing contacts. This lets you use the same payment details across all projects
23-
within your organization, including those in organizational units.
25+
including payment methods,
26+
[billing and shipping addresses](/docs/platform/howto/manage-billing-addresses),
27+
and billing contacts. This lets you use the same payment details across
28+
all projects within your organization, including those in organizational units.
2429

2530
You can use billing groups to combine costs based on categories like your organization's
2631
departments or IT environments. You receive a
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
---
2+
title: Manage billing and shipping addresses
3+
---
4+
5+
import ConsoleLabel from "@site/src/components/ConsoleIcons"
6+
7+
Create addresses in the billing section of the Aiven Platform and use them as billing and shipping addresses in your billing groups.
8+
9+
You must be an
10+
[organization admin](/docs/platform/concepts/permissions#organization-roles-and-permissions)
11+
to access this feature in the Aiven Console.
12+
13+
## Create an address
14+
15+
1. In the organization, click **Billing**.
16+
1. Click **Addresses**.
17+
1. Click **Create address**.
18+
1. Enter the address details and click **Create address**.
19+
1. Optional: Assign the address to your billing groups.
20+
:::note
21+
The address is added as both the billing and shipping address for the billing group.
22+
You can [change the billing or shipping address](#assign-addresses-to-a-billing-group)
23+
in the billing group.
24+
25+
## Update an address
26+
27+
1. In the organization, click **Billing**.
28+
1. Click **Addresses**.
29+
1. In the address to update, click **Edit**.
30+
1. Edit the address and click **Save changes**.
31+
32+
## Assign addresses to a billing group
33+
34+
1. In the organization, click **Billing**.
35+
1. Click **Billing groups**.
36+
1. Select the name of the billing group and click the **Billing information** tab.
37+
1. In the **Company addresses** section, click **Edit**.
38+
1. Select an address for the billing address or shipping address.
39+
:::note
40+
The shipping address is used to calculate [tax](/docs/platform/concepts/tax-information).
41+
42+
1. Click **Save**.
43+
44+
## Delete an address
45+
46+
You cannot delete an address that you assigned to a billing group. To delete an address
47+
that is used for a billing group
48+
[assign a different address](#assign-addresses-to-a-billing-group).
49+
50+
1. In the organization, click **Billing**.
51+
1. Click **Addresses**.
52+
1. In the address to update, click **Delete**.

docs/platform/howto/use-billing-groups.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ to access this feature in the Aiven Console.
1313
## Create a billing group
1414

1515
1. In the organization, click **Billing**.
16+
1. Click **Billing groups**.
1617
1. Click **Create billing group**.
1718
1. Enter a name for the billing group and click **Continue**.
1819
1. Enter the billing details. You can also copy these details from
@@ -32,8 +33,8 @@ to access this feature in the Aiven Console.
3233

3334
## Update a billing group
3435

35-
To change the payment method, address, billing contact emails, invoice emails,
36-
or other billing details:
36+
To change the payment method, billing and shipping address, VAT ID,
37+
billing contact emails, invoice emails, or other billing details:
3738

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

sidebars.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,10 @@ const sidebars: SidebarsConfig = {
8787
{
8888
type: 'category',
8989
label: 'Billing groups',
90-
items: ['platform/howto/use-billing-groups'],
90+
items: [
91+
'platform/howto/use-billing-groups',
92+
'platform/howto/manage-billing-addresses',
93+
],
9194
},
9295
'platform/howto/download-invoices',
9396
],

0 commit comments

Comments
 (0)