---
title: "Download a credit note"
method: GET
path: "/companies/{companyId}/credit-notes/{creditNoteId}/download"
tags: ["credit-notes"]
---

# Download a credit note

`GET /companies/{companyId}/credit-notes/{creditNoteId}/download`

Download the credit note PDF with the matching creditNoteId.

**NOTE:** The credit note must be in published status.

**Scope:** `credit-notes:read`

## Response `200`

Credit note found and downloaded successfully.

## Other responses

- `400` — Credit note is not in published status
- `404` — Credit note not found

---

[API](https://skmtc.net/bokio/apis/company-api.md) · [All operations](https://skmtc.net/bokio/apis/company-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bokio/company-api/revisions/1bb5d09ce15e/schema)
