🚧 Beta This is a Beta endpoint. Feedback from the community is welcome. Any breaking changes to this endpoint will be pre-announced.
Get paginated list of fee templates
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Return fee templates with the specified id. Multiple IDs can be provided as a comma-separated list.
"64438afd-fa20-4010-a573-2bbdca77cdb6,84ef251c-ab8f-47a5-bbfd-a16648f95157"
A short string representing the sub-type of the fee. This will be used as the subtype of the resulting transaction.
ACH_INCOMING_TRANSFER
, ACH_INCOMING_TRANSFER_REVERSAL
, ACH_OUTGOING_TRANSFER
, ACH_OUTGOING_TRANSFER_REVERSAL
, APPLICATION
, APPLICATION_REVERSAL
, ATM_BALANCE_INQUIRY
, ATM_BALANCE_INQUIRY_REVERSAL
, ATM_WITHDRAWAL
, ATM_WITHDRAWAL_REVERSAL
, BALANCE_TRANSFER
, BALANCE_TRANSFER_REVERSAL
, BILL_PAY
, BILL_PAY_REVERSAL
, CARD_DELIVERY
, CARD_DELIVERY_REVERSAL
, CARD_REPLACEMENT
, CARD_REPLACEMENT_REVERSAL
, CASH_ADVANCE
, CASH_ADVANCE_REVERSAL
, CASH_DEPOSIT
, CASH_DEPOSIT_REVERSAL
, CROSS_BORDER_TRANSACTION
, CROSS_BORDER_TRANSACTION_REVERSAL
, EFT_TRANSFER
, EFT_TRANSFER_REVERSAL
, FOREIGN_ATM
, FOREIGN_ATM_REVERSAL
, FOREIGN_TRANSACTION
, FOREIGN_TRANSACTION_REVERSAL
, INACTIVITY
, INACTIVITY_REVERSAL
, LATE_PAYMENT
, LATE_PAYMENT_REVERSAL
, MAINTENANCE
, MAINTENANCE_REVERSAL
, MISCELLANEOUS
, MISCELLANEOUS_REVERSAL
, ORIGINATION
, ORIGINATION_REVERSAL
, OVERDRAFT
, OVERDRAFT_REVERSAL
, OVER_THE_LIMIT
, OVER_THE_LIMIT_REVERSAL
, RETURNED_ITEM
, RETURNED_ITEM_REVERSAL
, RETURNED_PAYMENT
, RETURNED_PAYMENT_REVERSAL
, STOP_PAYMENT
, STOP_PAYMENT_REVERSAL
, SUBSCRIPTION
, SUBSCRIPTION_REVERSAL
, WIRE_TRANSFER
, WIRE_TRANSFER_REVERSAL
Specifies the sort order for the returned fee templates.
Return fee templates with the specified is_enabled flag.
Optional pagination token to be provided to retrieve subsequent pages, returned from previous get
"a8937a0d"
Maximum number of objects to return per page. If the limit is greater than 100, then it will be set to 100.
x >= 1
100
Return fee templates with the specified description. A * character can be used as a wildcard to match any characters.
List of fee templates
The response is of type object
.