---
title: "Retrieve a Receipt as an HTML representation"
method: GET
path: "/receipts/html/{id}"
tags: ["Receipt"]
---

# Retrieve a Receipt as an HTML representation

`GET /receipts/html/{id}`

Retrieve a sucessful or failed transfer or payment receipt as HTML

## Path parameters

- `id` string, required

## Query parameters

- `isReceiptIdentifier` boolean

## Response `200`

- ReceiptHtmlDto
  - `view` ReceiptHtmlView, required

## Other responses

- `404` — Not Found
- `409` — Invalid request
- `500` — Internal error

---

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