---
title: "Download boleto PDF"
method: GET
path: "/v1/payments/{paymentId}/boleto"
tags: ["Payments"]
---

# Download boleto PDF

`GET /v1/payments/{paymentId}/boleto`

Download the boleto PDF for a payment whose method is BOLETO. The response is the PDF binary; clients should treat the body as `application/pdf`.

## Path parameters

- `paymentId` string, uuid, required

## Response `200`

Boleto PDF.

## 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)
