<!-- Generated from the canonical Teloring documentation source. Do not edit this file. -->

Canonical page: https://docs.teloring.com/api/billing
Last modified: 2026-08-20T20:52:05.000Z

# Billing

Credits, the price list they are spent against, and invoices. Read-only.

**Scope:** `billing`

Nothing here can spend money or change a plan. Two balances exist and are
not interchangeable: `monthly` (included, resets each period, does not
roll over) and `topup` (bought, spent only once monthly runs out).




```mdx-code-block
import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';

<DocCardList items={useCurrentSidebarCategory().items}/>
```
