---
title: "Get a refund voucher URL"
method: GET
path: "/refunds/{id}/voucher_url"
tags: ["Refunds"]
---

# Get a refund voucher URL

`GET /refunds/{id}/voucher_url`

Returns a presigned URL to download the PDF voucher of a refund. The URL expires 5 minutes after it is generated. Vouchers are available for succeeded refunds in `live` mode, disbursed by bank transfer or card.

## Path parameters

- `id` string, required

## Response `200`

Presigned URL to download the PDF voucher. The URL expires 5 minutes after it is generated.

- RefundVoucherUrl
  - `url` string, nullable, required — Presigned URL to download the PDF voucher of the refund. The URL expires 5 minutes after it is generated.

## Other responses

- `400` — The voucher is not available: the refund has not succeeded, the refund is in `test` mode, or the payment method does not support vouchers.
- `401` — Invalid or missing API key.
- `404` — The refund does not exist, belongs to another organization, or belongs to a different mode than the API key.

---

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