---
title: "Get billing information for an account"
method: GET
path: "/accounts/{id}/billing"
tags: ["accounts"]
---

# Get billing information for an account

`GET /accounts/{id}/billing`

The billing information contains invoices and payments.

## Path parameters

- `id` string, required

## Response `200`

The call was successful.

- Billing[]
  - `invoices` InvoiceItem[], required — A list of invoices for the account in descending order by due_date.
    - `due_date` string, required — An iso8601 formatted date.
    - `remaining_amount_due` number, required — US currency.
    - `total_amount` number, required — US currency.
  - `payments` PaymentItem[], required — A list of payments for the account in descending order by date.
    - `amount` number, required — US currency.
    - `date` string, required — An iso8601 formatted date.

---

[API](https://skmtc.dev/webscale/apis/webscale-apis.md) · [All operations](https://skmtc.dev/webscale/apis/webscale-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/webscale/webscale-apis/revisions/c98d872b50cb/schema)
