Skip to main content

Fee

An amount of predefined fee that was applied or paid on an account.

amountnumber

The amount of the fee that was applied/paid in the transaction for the given predefined fee.

namestring

The name of the predefined fee

predefinedFeeKeystringrequired

The encoded key of the predefined fee, auto generated, unique

taxAmountnumber

The amount of the taxes on fee that was applied/paid in the transaction.

triggerstring

Shows the event that will trigger a fee

Possible values: [MANUAL, MANUAL_PLANNED, DISBURSEMENT, CAPITALIZED_DISBURSEMENT, UPFRONT_DISBURSEMENT, LATE_REPAYMENT, PAYMENT_DUE, PAYMENT_DUE_APPLIED_ON_DUE_DATES, ARBITRARY, IOF, EARLY_REPAYMENT_CHARGE, FEE_INCLUDED_IN_PMT]

Fee
{
"amount": 0,
"name": "string",
"predefinedFeeKey": "string",
"taxAmount": 0,
"trigger": "MANUAL"
}