Skip to content
Languages
Servers
Mock Server

https://docs.solarisgroup.com/_mock/api-reference/digital-banking/account-management/

Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations

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
account_idstringrequired

The ID of the account for which the statement should be created.

Bodyapplication/json

The content of the request.

yearintegerrequired

The year for which the statement should be created.

Example: 2019
languagestringrequired

The language in which the statement should be issued.

Enum"ES""FR""IT""DE""EN"
Example: "EN"
application/json
{ "year": 2019, "language": "EN" }

Responses

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

Body
Response
No content
Operations
Operations
Operations
Operations
Operations
Operations