---
title: "Get payment receipt"
method: GET
path: "/v1/documents/payments/{paymentId}/receipt"
tags: ["Documents"]
---

# Get payment receipt

`GET /v1/documents/payments/{paymentId}/receipt`

Generate a receipt document for a specific payment. Available in HTML or plain text format.

## Path parameters

- `paymentId` string, uuid, required

## Query parameters

- `format` 'html' | 'text'

## Response `200`

Receipt generated.

- object
  - `content` string — The receipt content in the requested format.

## Other responses

- `401` — Missing or invalid authentication token.
- `404` — Resource not found.

---

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