099ef636a5a1

latestOpenAPI 3.0.12026-08-0660121245.3 KB
Fee summary statements

Create a Fee Summary Statement

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.

post/v1/accounts/{account_id}/fee_summary_statement_request

Path parameters

account_idstring required

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

Request body

yearinteger 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.

Example request

{
  "year": 2019,
  "language": "EN"
}

Response

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