Fee Settings

Fee settings refer to the configuration and calculation of fees. These settings determine how fees are calculated, applied, and managed for various transactions.

Transaction fee settings have these types:

  • FLAT - This type of fee is a fixed amount applied to the transaction.
  • PERCENTAGE - Fee is calculated as a percentage of the transaction amount.
  • MARKUP_RATE - Fee is used to apply a markup rate to the transaction.
AttributeDescriptionFormat
idUnique identifier of the fee setting.UUID e.g., 5def2f43-2c81-4230-85b2-c8a62f7460c9
currencyThe currency in which the fee applies.String e.g., EUR
typeType of fee being applied.FLAT, PERCENTAGE, MARKUP_RATE
valueValue of the fee, depending on the type (amount or percentage).Number e.g., 5.00
targetThe target of the fee setting.CUSTOMER, PROVIDER
transactionTypeType of transaction the fee applies to.PAYIN, PAYOUT, TRANSFER, FEE, SELL, BUY
minTransactionAmountMinimum transaction amount for the fee to be applied.Number e.g., 100.00
maxTransactionAmountMaximum transaction amount for the fee to be applied.Number e.g., 10000.00
tenantIdIdentifier of the tenant associated with the fee setting.UUID e.g., 5def2f43-2c81-4230-85b2-c8a62f7460c9
customerIdIdentifier of the customer for customer-specific fee settings.UUID e.g., 5def2f43-2c81-4230-85b2-c8a62f7460c9