---
title: "POST /user/{userID}/monetary-account/{monetary-accountID}/customer-statement"
method: POST
path: "/user/{userID}/monetary-account/{monetary-accountID}/customer-statement"
tags: ["customer-statement"]
---

# POST /user/{userID}/monetary-account/{monetary-accountID}/customer-statement

`POST /user/{userID}/monetary-account/{monetary-accountID}/customer-statement`

Used to create new and read existing statement exports. Statement exports can be created in either CSV, MT940 or PDF file format.

## Path parameters

- `userID` integer, required
- `monetary-accountID` integer, required

## Headers

- `Cache-Control` string
- `User-Agent` string, required
- `X-Bunq-Language` string
- `X-Bunq-Region` string
- `X-Bunq-Client-Request-Id` string
- `X-Bunq-Geolocation` string
- `X-Bunq-Client-Authentication` string, required

## Request body

- ExportStatement
  - `statement_format` string, required — The format type of statement. Allowed values: MT940, CSV, PDF.
  - `date_start` string, required — The start date for making statements.
  - `date_end` string, required — The end date for making statements.
  - `regional_format` string — Required for CSV exports. The regional format of the statement, can be UK_US (comma-separated) or EUROPEAN (semicolon-separated).
  - `include_attachment` boolean — Only for PDF exports. Includes attachments to mutations in the export, such as scanned receipts.

## Response `200`

Used to create new and read existing statement exports. Statement exports can be created in either CSV, MT940 or PDF file format.

- ExportStatementCreate
  - `Id` BunqId
    - `id` integer — An integer ID of an object. Unique per object type.

## Other responses

- `400` — This is how the error response looks like for 4XX response codes

---

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