Get paginated list of fees
🚧 Beta This is a Beta endpoint. Feedback from the community is welcome. Any breaking changes to this endpoint will be pre-announced.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Return fees created before this time.
Return fees for the specified account.
"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
Return the fee with the specified id. Multiple IDs can be provided as a comma-separated list.
"64438afd-fa20-4010-a573-2bbdca77cdb6,84ef251c-ab8f-47a5-bbfd-a16648f95157"
Optional pagination token to be provided to retrieve subsequent pages, returned from previous get
"a8937a0d"
Return fees created at or after this time.
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 fees with the specified description. A * character can be used as a wildcard to match any characters.
Return fees resources with a fee template of the specified id. Multiple IDs can be provided as a comma-separated list.
"64438afd-fa20-4010-a573-2bbdca77cdb6,84ef251c-ab8f-47a5-bbfd-a16648f95157"
List of fees
The response is of type object
.