---
title: "Render invoice PDF"
method: GET
path: "/invoices/{id}/pdf/"
tags: ["Billing"]
---

# Render invoice PDF

`GET /invoices/{id}/pdf/`

Returns the invoice PDF. Uses the fiscal format when the document type
has a local biller; otherwise renders a plain HTML-to-PDF template.

## Response `200`

PDF binary or fiscal payload.

## Other responses

- `400` — Invoice is in draft status.

---

[API](https://skmtc.net/piriod/apis/piriod-api.md) · [All operations](https://skmtc.net/piriod/apis/piriod-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/piriod/piriod-api/versions/70cbc827dc7b/schema)
