Skip to main content
Manage billing information, payment methods, and invoices for your Aiven organization. Billing groups allow you to organize costs across multiple projects.

List billing groups

Retrieve all billing groups in your organization.
account_id
string
required
Account/organization ID

Request example

Response

billing_groups
array
List of billing group objects

Response example

Get billing group details

Retrieve detailed information about a specific billing group.
billing_group_id
string
required
Billing group ID

Request example

Response

billing_group
object
Detailed billing group information including assigned projects

Create billing group

Create a new billing group in your organization.
account_id
string
required
Account/organization ID

Request body

billing_group_name
string
required
Name for the billing group
billing_currency
string
Currency code (e.g., USD, EUR, GBP)
company
string
Company name
billing_email
array
Email addresses for billing notifications
address_lines
array
Billing address lines
city
string
City
state
string
State/province
country_code
string
Two-letter country code
zip_code
string
Postal/ZIP code
vat_id
string
VAT identification number

Request example

Response

billing_group
object
The newly created billing group object

Update billing group

Update billing group information.
billing_group_id
string
required
Billing group ID

Request body

Accepts the same fields as create billing group.

Request example

Response

billing_group
object
The updated billing group object

Assign project to billing group

Assign a project to a specific billing group.
project
string
required
Project name

Request body

billing_group_id
string
required
Billing group ID to assign the project to

Request example

List invoices

Retrieve invoices for a billing group.
billing_group_id
string
required
Billing group ID

Request example

Response

invoices
array
List of invoice objects

Response example

Get estimated costs

Retrieve current month’s estimated costs for a project.
project
string
required
Project name

Request example

Response

estimated_balance
string
Estimated balance for the current billing period
billing_currency
string
Currency code
services
array
Per-service cost breakdown

Response example

Available credits

Check available credits for an account.
account_id
string
required
Account/organization ID

Request example

Response

available_credits
string
Currently available credits
total_credits
string
Total credits received
currency
string
Currency code