---
title: "Get Account Monthly Statement Config"
method: GET
path: "/digital-banking/v1/files/account-monthly-statement-config"
tags: ["Files"]
---

# Get Account Monthly Statement Config

`GET /digital-banking/v1/files/account-monthly-statement-config`

## Response `200`

Successful Response

- AccountMonthlyStatementConfigResponse
  - `id` string, uuid, required — Unique ID of the statement config
  - `institution_id` string, uuid, required — Institution this config belongs to
  - `statement_title` string, nullable — Header title on the statement
  - `disclosures_paragraph` string, nullable — Disclosures text at the bottom of the statement
  - `contact_and_mailing_info` string, nullable — Contact info displayed in the statement footer
  - `closing_paragraph` string, nullable — Closing message or signature text
  - `is_regulatory_mark` boolean, required — Show the regulatory mark on the statement
  - `is_account_id_masking` boolean, required — Mask account numbers on the statement

## Other responses

- `400` — Bad Request - Invalid input or validation error
- `401` — Unauthenticated - Invalid or missing authentication credentials
- `403` — Unauthorized - Insufficient permissions to access resource
- `422` — Validation Error
- `500` — Internal Server Error

---

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