---
title: "Download account statement PDF"
method: GET
path: "/api/v1/transactions/export/account_statement/{bank_id}"
tags: ["Exports"]
---

# Download account statement PDF

`GET /api/v1/transactions/export/account_statement/{bank_id}`

Generate and return account statement PDF with transactions for the period.

## Path parameters

- `bank_id` string, uuid, required

## Query parameters

- `period_start` string, date-time, nullable
- `period_end` string, date-time, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `404` — Bank not found
- `422` — Validation Error

---

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