---
title: "Create a Fee Summary Statement"
method: POST
path: "/v1/accounts/{account_id}/fee_summary_statement_request"
tags: ["Fee summary statements"]
---

# Create a Fee Summary Statement

`POST /v1/accounts/{account_id}/fee_summary_statement_request`

Creates a request to issue a fee summary statement upon customer request. The statement will be uploaded to the postbox service. You'll receive a notification on the webhook event `POSTBOX_ITEM_CREATED` once it's available.

## Path parameters

- `account_id` string, required — The ID of the account for which the statement should be created.

## Request body

- object
  - `year` integer, required — The year for which the statement should be created.
  - `language` 'ES' | 'FR' | 'IT' | 'DE' | 'EN', required — The language in which the statement should be issued.

## Response `200`

A Fee Summary statement has already been created based on the provided values.

## Other responses

- `201` — The operation was successful.
- `400` — An error occurred on the client side.
- `403` — You are not authorized to perform this action.
- `404` — The resource could not be found.
- `500` — Internal server error.

---

[API](https://skmtc.net/solarisgroup/apis/account-management.md) · [All operations](https://skmtc.net/solarisgroup/apis/account-management/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solarisgroup/account-management/versions/099ef636a5a1/schema)
