Fee
- amountType: integerFormat: int64required
Amount of the fee, in cents.
- currencyType: object · Currencyrequired
Three-letter ISO currency code
- isoType: stringrequired
Three-letter ISO currency code
- scaleType: integerrequired
Number of decimal places for this currency
- typeType: stringmax length:5000required
Type of the fee.
- appliedType: integerFormat: int64
_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
- appliedType: object · Currency
_amount _currency Three-letter ISO currency code
- isoType: stringrequired
Three-letter ISO currency code
- scaleType: integerrequired
Number of decimal places for this currency
- balanceType: string | null
_account _id ID of the balance account that earned the fee.
- descriptionType: string | nullmax length:5000
An 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.
- fromType: object · Currency
_currency Three-letter ISO currency code
- rateType: numberFormat: double
- reversedType: numberFormat: double
_rate - toType: object · Currency
_currency Three-letter ISO currency code
- fixedType: numberFormat: double
_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.
- payeeType: string
To whom the fee is being paid.
- payerType: string
Defines who is paying the fee. For example for fee of type processing_fee, the payer is payee.
- rateType: numberFormat: double
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
- ruleType: string
Pricing rule information.

