---
title: "Get account statement"
method: GET
path: "/accounts/{id}/statements/{statementId}"
tags: ["Statements"]
---

# Get account statement

`GET /accounts/{id}/statements/{statementId}`

Retrieve a statement document. Use the Accept header to specify the desired format. Supported formats are PDF (default), CSV, and BAI2.

## Path parameters

- `id` string, uuid, required
- `statementId` string, uuid, required

## Response `200`

The statement document in the requested format

## Other responses

- `400` — Invalid request parameters
- `401` — Missing or invalid OAuth 2.0 Bearer token
- `403` — Insufficient permissions or IP not whitelisted
- `404` — Resource not found
- `406` — The requested media type in the Accept header is not supported
- `500` — Unexpected server error

---

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