Skip to main content

Loanaccountpayoffinput

Represents the information for loan account pay off action.

externalIdstring

The external ID for the repayment transaction.

notesstring

The notes for the repayment transaction logged for the pay off action.

payOffAdjustableAmounts object

Adjustable amounts to be paid for Pay Off action

carriedForwardInterestAmountnumber

The carried forward interest amount to be paid for Pay Off action

carriedForwardInterestFromArrearsAmountnumber

The carried forward interest from arrears amount to be paid for Pay Off action

carriedForwardPrincipalInArrearsAmountnumber

The carried forward principal in arrears amount to be paid for Pay Off action

feesPaidnumber

The fee amount to be paid for Pay Off action

interestBearingFeeAmountnumber

The interest-bearing fee amount to be paid for Pay Off action

interestBearingFeeInterestAmountnumber

The interest-bearing fee interest amount to be paid for Pay Off action

interestFromArrearsPaidnumber

The interest from arrears amount to be paid for Pay Off action

interestPaidnumber

The interest amount to be paid for Pay Off action

nonScheduledFeeAmountnumber

The non-scheduled fee amount to be paid for Pay Off action

penaltyPaidnumber

The penalty amount to be paid for Pay Off action

transactionDetails object

Contains the details about transaction including fields like transaction channel key and channel id

transactionChannelIdstring

The id of the transaction channel associated with the transaction details.

transactionChannelKeystring

The encoded key of the transaction channel associated with the transaction details.

Loanaccountpayoffinput
{
"externalId": "string",
"notes": "string",
"payOffAdjustableAmounts": {
"carriedForwardInterestAmount": 0,
"carriedForwardInterestFromArrearsAmount": 0,
"carriedForwardPrincipalInArrearsAmount": 0,
"feesPaid": 0,
"interestBearingFeeAmount": 0,
"interestBearingFeeInterestAmount": 0,
"interestFromArrearsPaid": 0,
"interestPaid": 0,
"nonScheduledFeeAmount": 0,
"penaltyPaid": 0
},
"transactionDetails": {
"transactionChannelId": "string",
"transactionChannelKey": "string"
}
}