---
title: "Statement Details"
method: GET
path: "/statements/{statementId}"
tags: ["Statements"]
---

# Statement Details

`GET /statements/{statementId}`

Returns the details of a single statement.

## Path parameters

- `statementId` string, uuid, required

## Response `200`

Ok

- object
  - `statementId` string, uuid
  - `organizationId` string, uuid
  - `statementCreatedAt` string, date-time
  - `isClosed` boolean
  - `statementPeriodStart` string, date-time
  - `statementPeriodEnd` string, date-time
  - `openingBalance` object
    - `value` number — The value of the monetary amount, converted to minor units of the currency. For instance 1.00 EUR is 100 cents, thus the value here is `100`. See our [guides](/docs/monetary-values) for more details about how to handle monetary amounts.
    - `currency` string — The currency of the monetary amount in ISO 4217 format, for example `EUR` for Euro or `USD` for US Dollar.
  - `closingBalance` object
    - `value` number — The value of the monetary amount, converted to minor units of the currency. For instance 1.00 EUR is 100 cents, thus the value here is `100`. See our [guides](/docs/monetary-values) for more details about how to handle monetary amounts.
    - `currency` string — The currency of the monetary amount in ISO 4217 format, for example `EUR` for Euro or `USD` for US Dollar.
  - `totalTransactionAmount` object
    - `value` number — The value of the monetary amount, converted to minor units of the currency. For instance 1.00 EUR is 100 cents, thus the value here is `100`. See our [guides](/docs/monetary-values) for more details about how to handle monetary amounts.
    - `currency` string — The currency of the monetary amount in ISO 4217 format, for example `EUR` for Euro or `USD` for US Dollar.
  - `totalPaymentAmount` object
    - `value` number — The value of the monetary amount, converted to minor units of the currency. For instance 1.00 EUR is 100 cents, thus the value here is `100`. See our [guides](/docs/monetary-values) for more details about how to handle monetary amounts.
    - `currency` string — The currency of the monetary amount in ISO 4217 format, for example `EUR` for Euro or `USD` for US Dollar.
  - `cardAccountId` string, uuid — The unique identifier of the [card account](/docs/card-account).
  - `relatedAccountEntries` object[] — The related account entries of this statement, i.e. all account entries that are part of this statement. The list is only final once the statement was closed (compare `isClosed`).
    - `accountEntryId` string, uuid — The unique identifier of the account entry itself. With this identifier you can retrieve the account entry itself via the [account entry endpoint](/reference/get-account-entries).
    - `type` 'TRANSACTION' | 'BILL_PAYMENT' | 'OTHER' — The type of the account entry.
    - `transactionId` string, uuid — The unique identifier of the transaction, if available (see `type`).
    - `paymentId` string, uuid — The unique identifier of the payment, if available (see `type`).

## Other responses

- `400` — unresolved $ref
- `401` — unresolved $ref
- `403` — unresolved $ref
- `404` — unresolved $ref
- `429` — unresolved $ref
- `500` — unresolved $ref

---

[API](https://skmtc.dev/getpliant/apis/pliant-customer-api.md) · [All operations](https://skmtc.dev/getpliant/apis/pliant-customer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getpliant/pliant-customer-api/revisions/f3f589cfa718/schema)
