---
title: "Get monthly non-balance account statement"
method: GET
path: "/v1/accounts/customer/{customerId}/statement"
tags: ["Accounts"]
---

# Get monthly non-balance account statement

`GET /v1/accounts/customer/{customerId}/statement`

Returns a combined monthly statement for a customer's virtual accounts and virtual addresses. Each completed transfer appears as an in-leg and an out-leg. Balance accounts are excluded — use GET /v1/accounts/{id}/statement for those.

## Path parameters

- `customerId` string, required

## Query parameters

- `month` string, required

## Headers

- `X-API-Key` string

## Response `200`

Monthly non-balance account statement

- AccountStatementResponseDto
  - `accountId` string, required — Account ID, or customer ID for the combined non-balance statement
  - `accountName` string, required — Account holder or customer name
  - `month` string, required — Statement month
  - `currency` string, nullable — Balance currency. Null on pass-through statements, which may mix currencies.
  - `openingBalance` string, required — Balance at the beginning of the month, in minor units
  - `closingBalance` string, required — Balance at the end of the month, in minor units
  - `data` AccountStatementRowDto[], required
    - `transactionId` string, required — Transaction ID
    - `timestamp` string, required — Transaction timestamp
    - `status` string, required — Transaction status
    - `type` string, required — Transaction type
    - `description` string, nullable — Transaction description
    - `reference` string, nullable — Customer-facing reference
    - `currency` string, required — Currency
    - `amount` string, required — Signed amount in minor units — positive credits the account, negative debits it
    - `balance` string, required — Balance after this transaction, in minor units
    - `senderName` string, nullable — Sender name
    - `beneficiaryName` string, nullable — Beneficiary name

## Other responses

- `401` — Unauthorized - Invalid or missing authentication credentials

## Changes

- **2026-09-10** `027053184254` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/infinite/apis/infinite-api/changes/v1/accounts/customer/:customerId/statement/get.md)

---

[API](https://skmtc.dev/infinite/apis/infinite-api.md) · [All operations](https://skmtc.dev/infinite/apis/infinite-api/llms.txt) · [OpenAPI document](https://skmtc.dev/infinite/apis/infinite-api/revisions/da62fa03793e?raw)
