---
title: "Get a statement"
method: GET
path: "/statements/{statement_id}"
tags: ["Statements"]
---

# Get a statement

`GET /statements/{statement_id}`

Gets a full statement by its ID.

## Path parameters

- `statement_id` string, uuid, required

## Response `200`

statement

- Statement — A statement for a depository account
  - `savings_summary` SavingsSummary — A summary of the accrued interest for the saving account in the current period
    - `accrual_days` integer — The number of days for which interest was accrued. In most cases this will match the number of days in the billing period, but may be less if an account was closed part way through the period.
    - `apy` number, float — The annual percentage yield (APY) for this account for this statement period, rounded to two decimal points. For example, an APY of 5.5% will display as 5.50.
    - `interest_earned` integer — The total interest earned by the depository account for this statement period in ISO 4217 minor currency units. For example, $1.50 USD of interest will be displayed as 150.
    - `interest_earned_previous_month` integer — The total interest earned by the depository account in the previous statement period in ISO 4217 minor currency units. For example, $1.50 USD of interest will be displayed as 150.
    - `interest_earned_previous_year` integer — The total interest earned by the depository account in the previous year in ISO 4217 minor currency units. For example, $100 USD of interest will be displayed as 10000.
    - `interest_earned_ytd` integer — The total interest earned by the depository account for this year to date in ISO 4217 minor currency units. For example, $100 USD of interest will be displayed as 10000.
  - `account_id` string, uuid — The unique identifier of the account the statement belongs to
  - `due_date` string, date — The limit date when the due amount indicated on the statement should be paid
  - `end_date` string, date — The date indicating the ending of the time interval covered by the statement
  - `id` string, uuid — statement ID
  - `issue_date` string, date — The date when the statement has been issued
  - `start_date` string, date — The date indicating the beginning of the time interval covered by the statement
  - `account_summary` AccountSummary
    - `account_number` string — Account number
    - `account_status` string — Account Status
    - `account_type` string — The type of the account. In lead mode, this always takes the value of the template. If not specified in shadow mode, CHECKING will be assumed.
    - `balance_ceiling` object
      - `balance` integer — Maximum balance in the account's currency. Unit in cents.
    - `balance_floor` object
      - `balance` integer — Minimum balance in the account's currency. Unit in cents.
    - `creation_time` string, date-time — Account creation time
    - `currency` string — Account currency or account settlement currency. ISO 4217 alphabetic currency code. Default USD
    - `customer_type` string — Customer type
    - `financial_institution` FinancialInstitution
      - `legal_address` Address2
        - `address_line_1` string
        - `address_line_2` string
        - `city` string
        - `country_code` string
        - `postal_code` string
        - `state` string
      - `name` string
      - `phone_number` string
    - `id` string, uuid — The unique identifier of the account the statement belongs to
    - `last_updated_time` string, date-time — Account last modification time
    - `nickname` string — User provided account nickname
  - `authorized_signer` Person[]
    - `creation_time` string, date-time
    - `first_name` string
    - `id` string, uuid
    - `last_name` string
    - `last_updated_time` string, date-time
    - `middle_name` string
    - `relationship_type` string
  - `closing_balance` integer — The account balance at the end of the statement period, in ISO 4217 minor currency units.
  - `customer_service_details` CustomerServiceDetails — The customer service details of the fintech partner, e.g. phone number, email address, etc.
    - `address` Address2
      - `address_line_1` string
      - `address_line_2` string
      - `city` string
      - `country_code` string
      - `postal_code` string
      - `state` string
    - `email` string — The customer service email address
    - `phone_number` string — The customer service phone number
  - `disclosure` string
  - `joint_account_holders` Person[]
    - `creation_time` string, date-time
    - `first_name` string
    - `id` string, uuid
    - `last_name` string
    - `last_updated_time` string, date-time
    - `middle_name` string
    - `relationship_type` string
  - `opening_balance` integer — The account balance at the start of the statement period, in ISO 4217 minor currency units.
  - `primary_account_holder_business` Business1
    - `creation_time` string, date-time
    - `ein` string
    - `email` string
    - `entity_name` string
    - `formation_date` string, date
    - `formation_state` string
    - `id` string, uuid
    - `last_updated_time` string, date-time
    - `phone_number` string
    - `status` string
    - `structure` string
    - `trade_names` string[]
    - `verification_last_run` string, date-time
    - `verification_status` string
  - `primary_account_holder_personal` Person
    - `creation_time` string, date-time
    - `first_name` string
    - `id` string, uuid
    - `last_name` string
    - `last_updated_time` string, date-time
    - `middle_name` string
    - `relationship_type` string
  - `transactions` Transaction[] — This attribute is deprecated and will be removed in a future API version. Use `GET /v0/statements/{statement_id}/transactions` instead.
    - `data` TransactionData, required
      - `external_data` object, nullable — an unstructured json blob representing additional transaction information supplied by the integrator.
      - `lines` TransactionLine[], required — The set of accounting entries associated with this transaction. For example, a debit to a customer account will have a corresponding credit in a general ledger account.
        - `account_id` string, required — The account uuid associated with this transaction line
        - `account_no` string, required — The account number associated with this transaction line
        - `amount` integer, required — The amount (in cents) of the transaction
        - `currency` string, required — ISO 4217 alphabetic currency code of the transfer amount
        - `dc_sign` 'credit' | 'debit', required — The `dc_sign` represents the direction money was moved.
        - `uuid` string, uuid, required
      - `memo` string, required
      - `metadata` object, nullable
    - `effective_date` string, date-time, required — The "effective date" of a transaction. This may be earlier than posted_date in some cases (for example, a transaction that occurs on a Saturday may not be posted until the following Monday, but would have an effective date of Saturday)
    - `id` integer, required
    - `posted_date` string, date-time, required — The date the transaction was posted. This is the date any money is considered to be added or removed from an account.
    - `status` string, required
    - `subtype` string, required — The specific transaction type. For example, for `ach`, this may be "outgoing_debit".
    - `type` string, required — The general type of transaction. For example, "card" or "ach".
    - `uuid` string, uuid, required — The unique identifier of the transaction.
  - `transactions_omitted` boolean — Only appears in `statement.created` webhook payloads. Indicates that the `transactions` attribute was emptied due to webhook size constraints. If this attribute returns `true`, you may use `GET /v0/statements/{statement_id}/transactions` to retrieve the full list.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden error
- `404` — Resource not found
- `500` — Internal server error

---

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