---
title: "Get Paginated Receipts"
method: GET
path: "/v1/billing/receipts"
tags: ["Billing", "billing"]
---

# Get Paginated Receipts

`GET /v1/billing/receipts`

## Response `200`

Successful Response

- PaginatedReceiptsResponse
  - `Items` Receipt[], required
    - `ReceiptNumber` string, required
    - `AmountInCents` integer, required
    - `Currency` string, required
    - `Status` string, required
    - `Created` string, date-time, required
    - `Description` string, nullable
    - `StripeHostedURL` string, required
  - `HasMore` boolean, required
  - `NextPage` string, nullable

---

[API](https://skmtc.net/orsay/apis/fastapi.md) · [All operations](https://skmtc.net/orsay/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/orsay/fastapi/revisions/23d1ff06d0d0/schema)
