---
title: "Payouts statement report"
method: GET
path: "/merchants/{merchantId}/reports/statement/download"
tags: ["Reports"]
---

# Payouts statement report

`GET /merchants/{merchantId}/reports/statement/download`

Download a CSV file containing the payout statement report.

For more information, see the [documentation](https://developer.peachpayments.com/docs/payouts-api-1#download-payouts-statement-report-flow), and for sample calls, see the [public Postman collection](https://www.postman.com/peachpayments/peach-payments-public-workspace/request/fghnnno/statement-report?ctx=documentation).

## Path parameters

- `merchantId` string, required — A unique merchant ID provided by Peach Payments in hexadecimal format.

## Query parameters

- `startDate` string, required
- `endDate` string, required

## Response `200`

A CSV file containing the payout statement report.

## Other responses

- `400` — An invalid date range has been provided for the payout transaction report.
- `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.

---

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