Fee Action

The Fee action allows the charging of fees on a transaction


  • Provide a name for the Fee action
  • Specify what the charge logic should be
    • Fixed
      • This is a set value to charge
    • Percentage
      • Charge a percentage of the transaction
    • Maximum
      • You must specify the fixed value as well as the percentage
      • The maximum of the 2 will then be used when the fee calculations are performed on the transaction amount
    • Minimum
      • You must specify the fixed value as well as the percentage
      • The minimum of the 2 will then be used when the fee calculations are performed on the transaction amount
    • Sum
      • You must specify the fixed value as well as the percentage
      • The fixed amount and the percentage value will be summed together to form the final fee amount to be charged
  • Specify the fee basis (how the fee should be charged based on the transaction outcome)
    • If the transaction is approved
    • If the transaction is declined
    • Always charge the fee no matter the outcome of the transaction
  • You may optionally add attributes to the action
    • These attributes will then accompany the Decline Action information in the FAST message if the action is triggered.