Skip to main content
GET
/
v1
/
payments
/
{paymentId}
/
boleto
Download boleto PDF
curl --request GET \
  --url https://api.yuvexpay.com/v1/payments/{paymentId}/boleto \
  --header 'Authorization: Bearer <token>'
"<string>"

Documentation Index

Fetch the complete documentation index at: https://docs.yuvexpay.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

YuvexPay API key. Include as Authorization: Bearer ypk_<env>_<kid>_<secret> where <env> is test (sandbox) or live (production). Create and manage keys in the dashboard under Settings > API Keys.

Path Parameters

paymentId
string<uuid>
required

The payment ID.

Response

Boleto PDF.

The response is of type file.