---
title: "List account billing groups"
method: GET
path: "/account/{account_id}/billing-group"
tags: ["Account"]
deprecated: true
---

# List account billing groups

`GET /account/{account_id}/billing-group`

> **Deprecated.**

The API endpoint /v1/account/{account\_id}/billing-group is deprecated. Use https://api.aiven.io/v1/organization/{organization\_id}/billing-groups instead. It will be removed on 2026-09-22.

## Path parameters

- `account_id` string, required

## Response `200`

Response

- AccountBillingGroupListResponse — AccountBillingGroupListResponse
  - `account_billing_groups` object[], required — List of billing groups
    - `account_id` string, required — Account ID
    - `account_name` string, required — Account name
    - `address_lines` string[], required — Address lines
    - `billing_address` string — DEPRECATED: use split address fields like company, address_lines, zip_code, city and state instead
    - `billing_address_id` string, required — Address ID
    - `billing_contact_emails` object[], required — List of billing groups contact email addresses
      - `email` string, required — User email address
    - `billing_currency` 'AUD' | 'CAD' | 'CHF' | 'DKK' | 'EUR' | 'GBP' | 'JPY' | 'NOK' | 'NZD' | 'SEK' | 'SGD' | 'USD', required — Billing currency
    - `billing_emails` object[], required — List of project billing email addresses
      - `email` string, required — User email address
    - `billing_extra_text` string, required — Extra text to be included in all project invoices, e.g. purchase order or cost center number
    - `billing_group_id` string, required — Billing group ID
    - `billing_group_name` string, required — Billing group name
    - `billing_type` string, required — Method of charging/invoicing this project
    - `card_info` object, required — Credit card assigned to the project
      - `brand` string, required — Brand
      - `card_id` string, required — Credit card ID
      - `country` string, required — Country
      - `country_code` string, required — Two letter ISO country code
      - `exp_month` integer, required — Expiration month
      - `exp_year` integer, required — Expiration year
      - `last4` string, required — Credit card last four digits
      - `name` string, required — Name on the credit card
      - `user_email` string, required — User email address
    - `city` string, required — Address city
    - `company` string, required — Name of a company
    - `country` string, required — Billing country
    - `country_code` string, required — Two letter ISO country code
    - `create_time` string, required — Timestamp in ISO 8601 format, always in UTC
    - `estimated_balance_local` string, required — Estimated balance in billing currency, before tax
    - `estimated_balance_usd` string, required — Estimated balance in USD, before tax
    - `payment_method` 'accrual' | 'card' | 'disabled' | 'email' | 'no_payment_expected' | 'partner', required — Payment method
    - `shipping_address_id` string, required — Address ID
    - `state` string, required — Address state or province
    - `vat_id` string, required — EU VAT Identification Number
    - `zip_code` string, required — Address zip code
  - `errors` object[] — List of errors occurred during request processing
    - `message` string, required — Printable error message
    - `more_info` string — URL to the documentation of the error
    - `status` integer, required — HTTP error status code
  - `message` string — Printable result of the request

---

[API](https://skmtc.net/aiven/apis/aiven-api-documentation.md) · [All operations](https://skmtc.net/aiven/apis/aiven-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aiven/aiven-api-documentation/versions/ecaeabf1da31/schema)
