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

# Get invoice PDF

`GET /invoices/{id}/pdf`

Use when delivering an invoice PDF to the customer (e.g. email attachment or download). Use url=true for a presigned URL instead of binary. Use force_generate=true to regenerate and re-upload the PDF even if one already exists in S3.

## Path parameters

- `id` string, required

## Query parameters

- `url` boolean
- `force_generate` boolean

## Response `200`

OK

## Other responses

- `400` — Invalid request
- `404` — Resource not found
- `500` — Server error

---

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