---
title: "Download receipt PDF"
method: GET
path: "/billing/history/{id}/receipt"
tags: ["Billing"]
---

# Download receipt PDF

`GET /billing/history/{id}/receipt`

Redirects to the receipt PDF for a specific paid order. Every paid order has one, with no billing address needed.

## Path parameters

- `id` string, required — Order ID

## Other responses

- `302` — Redirect to the receipt PDF
- `404` — Order or receipt not found
- `409` — The receipt is still being prepared

## Changes

- **2026-09-24** `14f92fdd491f` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/rendobar/apis/rendobar-api/changes/billing/history/:id/receipt/get.md)

---

[API](https://skmtc.dev/rendobar/apis/rendobar-api.md) · [All operations](https://skmtc.dev/rendobar/apis/rendobar-api/llms.txt) · [OpenAPI document](https://skmtc.dev/rendobar/apis/rendobar-api/revisions/fc5ca5f06d15?raw)
