---
title: "Get eStatements List"
method: GET
path: "/programs/{programCode}/accounts/{accountIdentifier}/statements"
tags: ["Account"]
---

# Get eStatements List

`GET /programs/{programCode}/accounts/{accountIdentifier}/statements`

Structure of API Call: GET /programs/{programCode}/accounts/{accountIdentifier}/statements 
- List Available Statements for an Account This endpoint allows a list of available statements to be retrieved 

 If the GET request is successful, the following response message will be returned along with a 200 HTTP status code. 

 Note: If a statement is not available, and the accountIdentifier exists, then an empty list will be returned along with the 200 HTTP status code. If the accountIdentifier does not exist, a 404 HTTP status code will be returned. 

 **eStatements List** 

 All available eStatements will be included in the accountholder’s online Statements list. The Statements list may become long over time, so it is recommended that Partners: 
- Limit the list to 2 years or less 
- Implement a hide/unhide tab for accountholders to view eStatements older than 2 years

## Path parameters

- `programCode` string, required
- `accountIdentifier` string, required

## Query parameters

- `isCbl` boolean

## Headers

- `X-GD-RequestId` string, required

## Response `200`

OK

- GetListEStatementResponse — Represents the response containing a list of eStatements for an account.
  - `statements` Statement[], nullable — The list of available eStatements for the account.
    - `accountIdentifier` string, nullable — The unique identifier for the account associated with this statement.
    - `statementPeriod` string, nullable — The statement period identifier (e.g., "2025-06" for June 2025).
    - `statementPeriodStartDate` string, date-time, nullable — The start date of the statement period, if available.
    - `statementPeriodEndDate` string, date-time, nullable — The end date of the statement period, if available.
    - `periodStartDate` string, nullable — The start date of the statement period as a string (typically in ISO 8601 format).
    - `periodEndDate` string, nullable — The end date of the statement period as a string (typically in ISO 8601 format).
  - `responseDetails` ResponseDetail[], nullable — Required: A list of response details providing status codes, descriptions, and additional information about the result of the operation.
    - `code` integer — The primary status or error code for the response (e.g., 200 for success, 400 for validation error).
    - `subCode` integer, nullable — An optional subcode providing more granular detail about the response or error.
    - `description` string, nullable — A human-readable description of the response, error, or status.
    - `url` string, nullable — A URL linking to documentation or a web page with more information about the response code.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/greendot/apis/baas-apis.md) · [All operations](https://skmtc.net/greendot/apis/baas-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/greendot/baas-apis/versions/666553766b78/schema)
