Skip to main content

Custompaymentamount

Custom payment amount for a specific element type

amountnumberrequired

The amount of the payment paid in the transaction for the given type.

customPaymentAmountTypestringrequired

The type of the custom payment

Possible values: [PRINCIPAL, INTEREST, MANUAL_FEE, UPFRONT_DISBURSEMENT_FEE, LATE_REPAYMENT_FEE, PAYMENT_DUE_FEE, PENALTY, INTEREST_FROM_ARREARS, NON_SCHEDULED_FEE, INTEREST_BEARING_FEE, INTEREST_BEARING_FEE_INTEREST, CF_PRINCIPAL_IN_ARREARS, CF_INTEREST, CF_INTEREST_FROM_ARREARS, FEE_INCLUDED_IN_PMT]

predefinedFeeKeystring

The encodedKey of the predefined fee to be paid.

taxOnAmountnumber

The amount of the taxes paid in the transaction for the given type.

Custompaymentamount
{
"amount": 0,
"customPaymentAmountType": "PRINCIPAL",
"predefinedFeeKey": "string",
"taxOnAmount": 0
}