---
title: "GET /v1/invoices/{id}/pdf — partial-parity #18"
method: GET
path: "/invoices/{id}/pdf"
tags: ["Invoice"]
---

# GET /v1/invoices/{id}/pdf — partial-parity #18

`GET /invoices/{id}/pdf`

Streams the same PDF the customer downloads from
`/portal/{hash}/invoice/pdf` (and the operator gets from
`/admin/bookings/{id}/invoice/pdf`). The Payment id (`in_X`) maps to
its parent booking; PDF content is per-booking, so multiple payments
on the same booking return the same document.

application/pdf binary; `attachment` disposition so cc can stash the
file or surface a download button.

## Path parameters

- `id` string, required

## Response `200`

## Other responses

- `404` — Not found

---

[API](https://skmtc.dev/boothzen/apis/boothzen-api-v1.md) · [All operations](https://skmtc.dev/boothzen/apis/boothzen-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/boothzen/boothzen-api-v1/revisions/a5ae040e3ba3/schema)
