---
title: "Download proof of payout"
method: GET
path: "/merchants/{merchantId}/proof-of-payout/{payoutId}/download"
tags: ["Payouts"]
---

# Download proof of payout

`GET /merchants/{merchantId}/proof-of-payout/{payoutId}/download`

Build and return a proof of payout PDF for a specific payout.

## Path parameters

- `merchantId` string, required — A unique merchant ID provided by Peach Payments in hexadecimal format.
- `payoutId` string, required — A valid v4 UUID expressed in lowercase with dashes.

## Headers

- `Accept` 'application/pdf', required

## Response `200`

A PDF file containing the proof of payout.

## Other responses

- `400` — There was an error with the request. Please fix the request and try again.
- `401` — The request is not authenticated. Please re-authenticate and provide a new token.
- `403` — The request is not authorised. Please contact your business administrator.
- `404` — The payout was not found.

---

[API](https://skmtc.net/peachpayments/apis/checkout.md) · [All operations](https://skmtc.net/peachpayments/apis/checkout/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/peachpayments/checkout/revisions/3a98165665f8/schema)
