Fee
- Type: integerFormat: int64
amount requiredAmount of the fee, in cents.
- Type: object · Currency
currency requiredThree-letter ISO currency code
- Type: string
iso requiredThree-letter ISO currency code
- Type: integer
scale requiredNumber of decimal places for this currency
- Type: string
type max length:5000requiredType of the fee.
- Type: integerFormat: int64
applied _amount The actual amount that is recorded to the transaction after any rules for discounts or other processing is applied to the original amount. Amount in currency base units. The actual amount equals units / {currency.scale} power of 10. For example, when units is 12312 and {currency.scale} is 2, the actual amount is 12312 / 10^2 = 123.12
- Type: object · Currency
applied _amount _currency Three-letter ISO currency code
- Type: string
iso requiredThree-letter ISO currency code
- Type: integer
scale requiredNumber of decimal places for this currency
- Type: string | null
balance _account _id ID of the balance account that earned the fee.
- Type: string | null
description max length:5000An arbitrary string attached to the object. Often useful for displaying to users.
exchange _rate Exchange rate if applied on the fee to convert it to the base currency of the payment.
- Type: object · Currency
from _currency Three-letter ISO currency code
- Type: numberFormat: double
rate - Type: numberFormat: double
reversed _rate - Type: object · Currency
to _currency Three-letter ISO currency code
- Type: numberFormat: double
fixed _amount Fixed fee amount in the currency's standard unit format, applied independently of the transaction amount. This represents the actual monetary value (e.g., 0.30 for $0.30 USD, 2.50 for €2.50 EUR). This fixed component is commonly used for per-transaction fees (e.g., $0.30 for card processing), account maintenance fees, or minimum transaction charges. When both rate and fixed_amount are present, the total fee equals (transaction_amount × rate / 10000) + fixed_amount.
- Type: string
payee To whom the fee is being paid.
- Type: string
payer Defines who is paying the fee. For example for fee of type processing_fee, the payer is payee.
- Type: numberFormat: double
rate Fee percentage of a charge amount in basis points. The actual value equals units / 100. For example, when units is 1, the actual value is 1 / 100 = 0.01 or when units is 10000, the actual value is 10000 / 100 = 100
- Type: string
rule Pricing rule information.

