# (Italy only) Index fees for a statement of account Returns a list of fees associated with a statement of account. The API returns the type of fee (described in the table below) in the property of each fee, along with the amount (in EUR cents). The count property indicates the number of times that the given fee was charged. This endpoint is only relevant for customers with an branch bank account. name value English description Italian description InterestOverdraft Interest fee for overdraft Interessi debitori (utilizzo intrafido) InterestOverdraftExceeded Interest fee for overdraft exceeded Interessi debitori (utilizzo extrafido) InterestExcessDeposit Negative interest Spese di scritturazione contabile CorrectionInterestExcessDeposit Correction negative interest Rettifica addebito interessi InterestFixedTermDeposits Interest credit Interessi creditori ChargeSEPADirectDebitReturn Charge for SEPA Direct Debit return Spese per la restituzione addebito diretto SEPA ChargeDunning Fee for dunning letter Spese di invio messa in mora ChargeRecallRequest Fee for transaction recall Revoca operazioni ChargeCard Issuing of cards Costi di emissione carta ChargeAccountMaintenance Account maintenance fee Costi di tenuta del conto ChargeATM Cash withdrawal Prelievo contanti Endpoint: GET /v1/accounts/{account_id}/statement_of_accounts/{statement_id}/fees Version: 1.0 ## Path parameters: - `account_id` (string, required) - `statement_id` (string, required) ## Response 200 fields (application/json): - `name` (string) The name of the fee. See the table above for possible values. - `count` (integer) The number of times this fee was charged during the bank statement period. - `amount` (object) The total amount charged for this type of fee during the bank statement period. - `amount.value` (integer) The amount value. - `amount.unit` (string) The unit of the given value. - `amount.currency` (string) The currency of the given value. ## Response 400 fields (application/json): - `id` (string) Example: "a95f2aaf-4e0c-4d49-8021-8a16a884ed86" - `status` (string) Example: "400" - `code` (string) Example: "build_pagination_headers_failure" - `title` (string) Example: "Failed to build pagination headers." - `detail` (string) Example: "Cannot connect to database." ## Response 403 fields (application/json): - `id` (string) Example: "a95f2aaf-4e0c-4d49-8021-8a16a884ed86" - `status` (string) Example: "403" - `code` (string) Example: "unauthorized_action" - `title` (string) Example: "Unauthorized Action" - `detail` (string) Example: "Unauthorized action is not allowed." ## Response 404 fields (application/json): - `id` (string) Example: "a95f2aaf-4e0c-4d49-8021-8a16a884ed86" - `status` (string) Example: "404" - `code` (string) Example: "model_not_found" - `title` (string) Example: "Model Not Found" - `detail` (string) Example: "Couldn't find 'Account' for id 'DE24112233445566'." ## Response 500 fields (application/json): - `id` (string) Example: "e8915041-9d8c-4d96-9dd1-04e8522ecdbf" - `status` (string) Example: "500" - `code` (string) Example: "generic_error" - `title` (string) Example: "Generic Error" - `detail` (string) Example: "There was an error."