---
title: "Download invoice"
method: GET
path: "/download/{invoiceId}"
tags: ["Invoices"]
---

# Download invoice

`GET /download/{invoiceId}`

This API allows customer to download its invoice

## Path parameters

- `invoiceId` string, required

## Query parameters

- `op_token` string, required

## Response `200`

Invoice in PDF format

## Other responses

- `400` — Bad Request
- `401` — The caller is not authenticated
- `403` — Access rights not sufficient
- `404` — Resource not found
- `500` — Internal Server Error.

---

[API](https://skmtc.net/bictorys/apis/pay.md) · [All operations](https://skmtc.net/bictorys/apis/pay/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bictorys/pay/revisions/b85cce14340b/schema)
