---
title: "Download account statement PDF"
method: GET
path: "/statements/{statementId}/pdf"
tags: ["Statements"]
---

# Download account statement PDF

`GET /statements/{statementId}/pdf`

Downloads a PDF file for the specified account statement. The response includes a Content-Disposition header for proper file download handling. Returns binary PDF data.

## Path parameters

- `statementId` string, uuid, required — ID for the account statement

## Response `200`

## Other responses

- `404` — `statementId` not found

---

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