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

# Invoices API overview

The **Invoices API** lets you retrieve the invoices issued to your Sendcloud account. Each invoice consolidates a set of [invoice items](/api/v3/invoice-items/retrieve-a-list-of-invoice-items) — for example parcel fees, pickup fees, or subscription charges — into a single billable document.

<Warning>
  This API is currently in **beta**. Its shape may change in backwards-incompatible ways while we collect feedback.
</Warning>

## Categories

Invoices have one of two categories:

* `transactional` — invoices that consolidate shipping-related charges (parcels, pickups, surcharges, etc.).
* `subscription` — invoices for your Sendcloud subscription plan.

## Issuer

The `issuer` block reflects the Sendcloud subsidiary that issued the invoice (business name, address, VAT id, chamber-of-commerce id). Use it to reconcile against your bookkeeping records.

## Pagination

This endpoint uses cursor-based pagination via `Link` response headers. See [Pagination](/api/v3/pagination) for details.
