---
title: "Download payment order receipt"
method: GET
path: "/paymentorders/{id}/receipt"
tags: ["PaymentOrders"]
---

# Download payment order receipt

`GET /paymentorders/{id}/receipt`

Downloads the PDF receipt of a payment order by its Embat `id`. This endpoint is not scoped by `companyId`: authorization is checked per payment order, and callers without access to it receive a `403`. Errors are reported with the same status code and message returned while retrieving the receipt, which may include statuses other than the ones listed here.

## Path parameters

- `id` string, required

## Response `200`

Payment order receipt document

## Other responses

- `401` — Unauthorized. The bearer token is missing, invalid or expired.
- `403` — You are not authorized to download this receipt
- `404` — No payment order matches the given `id`.
- `422` — Validation Error

---

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