Principaloverpaymentloantransactioninput
Represents the request payload for creating a transaction of type PRINCIPAL_OVERPAYMENT
The amount of the repayment
The booking date of the repayment (as Organization Time)
2016-09-06T13:37:50+03:00The external id of the repayment transaction, customizable, unique
Extra notes about the repayment transaction. Notes can have at most 255 characters in length.
The currency code for the repayment transaction
The prepayment recalculation method types.
Possible values: [NO_RECALCULATION, RESCHEDULE_REMAINING_REPAYMENTS, RECALCULATE_SCHEDULE_KEEP_SAME_NUMBER_OF_TERMS, RECALCULATE_SCHEDULE_KEEP_SAME_PRINCIPAL_AMOUNT, RECALCULATE_SCHEDULE_KEEP_SAME_TOTAL_REPAYMENT_AMOUNT, REDUCE_AMOUNT_PER_INSTALLMENT, REDUCE_NUMBER_OF_INSTALLMENTS, REDUCE_NUMBER_OF_INSTALLMENTS_NEW]
transactionDetails object
Contains the details about transaction including fields like transaction channel key and channel ID
The id of the transaction channel associated with the transaction details input.
The encoded key of the transaction channel associated with the transaction details input.
The entry date of the repayment (as Organization Time)
2016-09-06T13:37:50+03:00{
"amount": 0,
"bookingDate": "2016-09-06T13:37:50+03:00",
"externalId": "string",
"notes": "string",
"originalCurrencyCode": "string",
"prepaymentRecalculationMethod": "NO_RECALCULATION",
"transactionDetails": {
"transactionChannelId": "string",
"transactionChannelKey": "string"
},
"valueDate": "2016-09-06T13:37:50+03:00"
}