Fee information
Describes how fees are calculated in transactions, specifying percentage or fixed fees, currency, and fee types (transaction, origin, etc.).
Last updated
Describes how fees are calculated in transactions, specifying percentage or fixed fees, currency, and fee types (transaction, origin, etc.).
Last updated
The Fee Information model provides detailed information on how fees are calculated and applied in transactions. It includes methods for calculating the fee, such as percentage-based or fixed-value fees. This model is important for understanding the breakdown of transaction costs, ensuring transparency in how fees are charged in each financial operation.
name
string
Identifier for the fee type (e.g., transaction fee).
type
string
Defines if the fee applies to transaction, origin, or destination.
method
string
Specifies how the fee is calculated (PERCENTAGE
or FIXED
).
currency
string
Currency in which the fee is charged.
value
string
The fee amount or percentage.