Disbursementloantransactioninput
The input representation of a loan transaction when making a disbursement
The amount to disburse
The date when disbursement is logged into accounting)
2016-09-06T13:37:50+03:00The external id of the disbursement transaction. Customizable and unique
fees object[]
The list of the fees to apply
The amount of the fee to apply
The percentage of the fee to apply
The encoded key of the predefined fee
The date of the first repayment for the loan account (as Organization Time)
2016-09-06T13:37:50+03:00Extra notes related to disbursement action or transaction
The currency for the disbursement transaction
Indicates whether the validFrom dates from Adjustable Interest Rates can be shifted automatically or not
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.
The encoded key of the transaction channel associated with the transaction details.
transferDetails object
Represents the input for the transfer details for a disbursement transaction
The id of the linked deposit account
The encoded key of the linked deposit account
The date of the disbursal (as Organization Time)
2016-09-06T13:37:50+03:00{
"amount": 0,
"bookingDate": "2016-09-06T13:37:50+03:00",
"externalId": "string",
"fees": [
{
"amount": 0,
"percentage": 0,
"predefinedFeeKey": "string"
}
],
"firstRepaymentDate": "2016-09-06T13:37:50+03:00",
"notes": "string",
"originalCurrencyCode": "string",
"shiftAdjustableInterestPeriods": true,
"transactionDetails": {
"transactionChannelId": "string",
"transactionChannelKey": "string"
},
"transferDetails": {
"linkedAccountId": "string",
"linkedAccountKey": "string"
},
"valueDate": "2016-09-06T13:37:50+03:00"
}