OBJECT
Fields
FeeSummaryTotals!
required
Total amount of various fee types.
Show child attributes
Show child attributes
[ItemizedFee!]!
required
An itemized collection of each fee applicable to the transaction entity.
Show child attributes
Show child attributes
Decimal
The amount tied to the billable event on which the fee is applied.
Decimal!
required
The total amount of the fee, calculated as [(billableEventAmount * rateMultiplier) + rateUnitAmount]. e.g., 100.00∗0.035+0.10 = $3.60
String!
required
The currency of the fee amount.
String!
required
The name of the itemized fee or allocation.
Decimal!
required
The variable rate, expressed as a decimal, used to calculate the total fee amount. e.g., 3.50% would be expressed as 0.035
Decimal!
required
The fixed amount per transaction used in the rate to calculate the total fee amount. e.g., $0.10 per transaction.
AllocationType!
required
The type of fee or allocation, e.g.. Interchange, Network fee, Processor fee, or Partner feeSee AllocationType