> ## Documentation Index
> Fetch the complete documentation index at: https://flashrdp.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Billing API

> Programmatic access to invoices, payments, and subscription management.

<Note>
  The Billing API is currently under development and will be available soon. Subscribe to updates via our [Telegram channel](https://t.me/flashrdp).
</Note>

## What's Coming

The Billing API will allow you to manage your FlashRDP billing programmatically:

<CardGroup cols={2}>
  <Card title="Invoices" icon="receipt">
    Retrieve and download invoices for all past transactions.
  </Card>

  <Card title="Payments" icon="credit-card">
    View payment history and manage payment methods.
  </Card>

  <Card title="Subscriptions" icon="refresh-cw">
    Query active subscriptions and renewal dates.
  </Card>

  <Card title="Credits" icon="circle-dollar-sign">
    Check account credit balance and top-up history.
  </Card>
</CardGroup>

## See Also

Need to manage your server infrastructure? Check out the [Control Panel API](/docs/api-reference/control-panel-api).
