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
active, inactive creation_time:asc, creation_time:desc, fee_category:asc, fee_category:desc Case insensitive wildcard search for description, 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.
Case insensitive wildcard search for status, 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.
account:nsf, account:overdraft, account:statement_paper, ach:incoming, ach:incoming_credit_return, ach:incoming_debit_return, ach:outgoing, ach:outgoing_credit, ach:outgoing_credit_return, ach:outgoing_debit, card:atm_out_of_network, card:atm_withdrawal, card:cash_advance, card:cash_advance_financial_services, card:cash_advance_gaming_betting, card:cash_advance_quasi_cash, card:foreign_transaction, card:mcc_based, schedule:account_anniversary, schedule:daily_while_overdrawn, schedule:monthly, schedule:monthly_if_below_minimum, schedule:monthly_if_dormant, wire:incoming, wire:outgoing_domestic, wire:outgoing_international Optional pagination token to be provided to retrieve subsequent pages, returned from previous get
"a8937a0d"
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.
Maximum number of objects to return per page. If the limit is greater than 100, then it will be set to 100.
x >= 1100

