---
title: "GET /user/{userID}/card/{cardID}/export-statement-card-csv"
method: GET
path: "/user/{userID}/card/{cardID}/export-statement-card-csv"
tags: ["export-statement-card-csv"]
---

# GET /user/{userID}/card/{cardID}/export-statement-card-csv

`GET /user/{userID}/card/{cardID}/export-statement-card-csv`

Used to serialize ExportStatementCardCsv

## Path parameters

- `userID` integer, required
- `cardID` 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

## Response `200`

Used to serialize ExportStatementCardCsv

- ExportStatementCardCsvListing[]
  - `id` integer — The id of the customer statement model.
  - `created` string — The timestamp of the statement model's creation.
  - `updated` string — The timestamp of the statement model's last update.
  - `date_start` string — The date from when this statement shows transactions.
  - `date_end` string — The date until which statement shows transactions.
  - `status` string — The status of the export.
  - `regional_format` string — The regional format of a CSV statement.
  - `card_id` integer — The card for which this statement was created.

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