---
title: "View a statement"
method: GET
path: "/report/v3/statement/{id}"
tags: ["Statements and Adjustments"]
---

# View a statement

`GET /report/v3/statement/{id}`

FROM REPORTING.JSON

Returns information on a single PDF statement.

## Path parameters

- `id` string, required

## Response `200`

Success

- object — Basic statement information, including the path to the downloadable PDF.
  - `id` integer — The statement ID.
  - `merchantId` string — The merchant ID.
  - `path` string — The path at which the statement can be downloaded.
  - `statementDate` string — The statement date.
  - `createdAt` string — The date at which the statement was created.
  - `updatedAt` string — The date at which the statement was last updated.

## Other responses

- `401` — Unauthorized. For help with this error and other error codes, see [Common errors](https://docs.nexiopay.com/docs/common-errors) in the Guides area.

---

[API](https://skmtc.dev/nexiopay/apis/payments-api-reference.md) · [All operations](https://skmtc.dev/nexiopay/apis/payments-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nexiopay/payments-api-reference/revisions/b414b73979e5/schema)
