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

# Download invoice PDF

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

Redirects to the Polar invoice PDF download URL for a specific order.

## Path parameters

- `id` string, required — Order ID

## Other responses

- `302` — Redirect to Polar invoice PDF
- `404` — Order or invoice not found

## Changes

- **2026-08-31** `fafe355d0698` — 1 info
  - the security scope `billing:read` was added to the endpoint's security scheme `bearerAuth`
- **2026-08-29** `4d10ec4266ee` — 1 breaking, 1 info
  - api path removed without deprecation
  - endpoint added

[Change history](https://skmtc.dev/rendobar/apis/rendobar-api/changes/billing/history/:id/pdf/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/e2df91eff7a2?raw)
