---
title: "Download Confirmation PDF"
method: GET
path: "/v1/payables/{id}/confirmation"
tags: ["Payables"]
---

# Download Confirmation PDF

`GET /v1/payables/{id}/confirmation`

If the Payable has been successfully processed, this endpoint returns the PDF confirmation of the successful payment.

## Path parameters

- `id` string, uuid, required

## Response `200`

The response is a streaming `application/pdf` file containing a confirmation of a successful payment.

## Other responses

- `404` — Payment Confirmation File Not Found

---

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