---
title: "Get Transaction Receipt"
method: GET
path: "/transactions/{id}/receipt"
tags: ["Transactions"]
---

# Get Transaction Receipt

`GET /transactions/{id}/receipt`

Generate a PDF receipt for a transaction and return a signed URL to download it.
The receipt is generated and cached for subsequent requests.
The signed URL expires after 1 hour.

## Path parameters

- `id` string, uuid, required

## Response `200`

Signed URL to download the receipt PDF

- object
  - `signedUrl` string, uri, required — Temporary signed URL to download the receipt PDF (expires in 1 hour)

## Other responses

- `401` — Unauthorized
- `404` — Transaction not found
- `500` — Internal Server Error

---

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