---
title: "Get withdrawal receipt"
method: GET
path: "/v1/documents/withdrawals/{withdrawalId}/receipt"
tags: ["Documents"]
---

# Get withdrawal receipt

`GET /v1/documents/withdrawals/{withdrawalId}/receipt`

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

## Path parameters

- `withdrawalId` 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)
