Skip to main content

Creditbalancedeposittransactioninput

Represents the request payload for creating a transaction of type CREDIT_BALANCE_DEPOSIT

amountnumber

The amount of the deposit to Credit Balance

bookingDatestring<date-time>

The booking date of the repayment (as Organization Time)

Example: 2016-09-06T13:37:50+03:00
entryDatestring<date-time>

The entry date of the repayment (as Organization Time)

Example: 2016-09-06T13:37:50+03:00
notesstring

Extra notes about the deposit to Credit Balance transaction. Notes can have at most 255 characters in length.

originalCurrencyCodestring

The currency code for the deposit to Credit Balance transaction

parentLoanTransactionKeystring

EncodedKey of the Parent Loan transaction originated this Deposit to Credit Balance transaction

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 input.

transactionChannelKeystring

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

Creditbalancedeposittransactioninput
{
"amount": 0,
"bookingDate": "2016-09-06T13:37:50+03:00",
"entryDate": "2016-09-06T13:37:50+03:00",
"notes": "string",
"originalCurrencyCode": "string",
"parentLoanTransactionKey": "string",
"transactionDetails": {
"transactionChannelId": "string",
"transactionChannelKey": "string"
}
}