GET
Get customer fees
Returns the customer’s fee schedule, grouped by category (card costs, ATM costs, and so on). The values are display-ready strings"€0", "€0 + 1.75%" — so you can render a pricing table directly without formatting logic. Tiered fees include a threshold per row (e.g. 0-2 free ATM withdrawals, then a fee), one row per band.
Fee schedules are available on programs using standard fee tables. If yours doesn’t, this returns a validation error — contact the team if you’re unsure.

Authorizations

Authorization
string
header
required

The user's id_token from authentication — the ID token, not the access_token. The program and environment come from the token.

Path Parameters

customerId
string
required

The customer's ID.

Response

Fee schedule

success
boolean
Example:

true

data
object