Invoices
Invoices are generated monthly for each billing cycle. They summarize all usage charges and subscription fees.
View invoices
Go to Billing → Invoices to see all invoices with their status (paid, unpaid, overdue).
GET /workspaces/{id}/invoices
Download an invoice
Click Download PDF on any invoice. Each invoice includes a line-item breakdown of services and usage.
Pay an outstanding invoice
POST /workspaces/{id}/invoices/{invoice_id}/pay
This charges your default payment method for the invoice amount.
Invoice statuses
| Status | Description |
|---|---|
draft | In progress, not yet finalized |
open | Finalized, payment due |
paid | Payment received |
overdue | Past due date, service may be suspended |