List fee configs
Get a paginated list of all fee configs
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Maximum number of objects to return per page. If the limit is greater than 100, then it will be set to 100.
x >= 1100
Optional pagination token to be provided to retrieve subsequent pages, returned from previous get
"a8937a0d"
Case insensitive wildcard search for description, wildcards can be specified with '*'. Wildcards at both the start and the end of the input is assumed.
The category of event that triggers or schedules this fee. Trigger-based categories (ach:, wire:, card:, account:) fire when a matching transaction is posted. Scheduled categories (schedule:*) fire on a time-based cadence.
ach:outgoing, ach:outgoing_debit, ach:outgoing_credit, ach:incoming, ach:outgoing_credit_return, ach:incoming_debit_return, ach:incoming_credit_return, wire:outgoing_domestic, wire:outgoing_international, wire:incoming, card:atm_withdrawal, card:atm_out_of_network, card:foreign_transaction, card:cash_advance, card:cash_advance_quasi_cash, card:cash_advance_gaming_betting, card:cash_advance_financial_services, card:mcc_based, account:overdraft, account:nsf, account:statement_paper, schedule:monthly, schedule:account_anniversary, schedule:daily_while_overdrawn, schedule:monthly_if_dormant, schedule:monthly_if_below_minimum Case insensitive wildcard search for fee_category, wildcards can be specified with '*'. Wildcards at both the start and the end of the input is assumed.
Case insensitive wildcard search for name, wildcards can be specified with '*'. Wildcards at both the start and the end of the input is assumed.
creation_time:asc, creation_time:desc, fee_category:asc, fee_category:desc active, inactive Case insensitive wildcard search for status, wildcards can be specified with '*'. Wildcards at both the start and the end of the input is assumed.

