Download OpenAPI specification
Enfuce configures fee profiles based on the requirements you specify with your customer support representative. Use this API to confirm which configurations exist and where they are applied, not to create or edit them.
What a fee configuration contains
Each entry returned by the API carries afee_config_id (the human readable identifier you use when creating or updating a card, for example SILVER, GOLD or PREMIUM) and a fee_config object holding up to three fee types:
The
atm, cash and markup keys correspond to the ATM_FEE, CASH_FEE and MARKUP_FEE values reported in transaction.issuerTransactionFees on the Transaction Event Webhook and Authorisation Request API. See the Issuer Fees guide for what each fee type covers.
Any fee type can be absent from the object when it does not apply to that configuration. Each fee type can carry a fixed amount, a variable percentage with optional min and max limits, or both.
Where a configuration is applied
Theapply_to object lists the bindings currently in effect for a fee configuration:
apply_to.programs: the card programs using this fee configurationapply_to.cards: the individual cards where this fee configuration overrides the card program default
Both lists return at most the 1000 most recently created bindings.

