Skip to main content

Refundloantransactioninput

Represents the request payload for creating a transaction of type REFUND

amountnumberrequired

The amount of the refund

bookingDatestring<date-time>

The booking date of the refund (as Organization Time)

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

The external id of the refund transaction. Customizable and unique

linkedDisbursementKeystringrequired

The disbursement key for which the refund is performed

notesstring

Extra notes about the refund transaction. Notes can have at most 255 characters in length.

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.

valueDatestring<date-time>

The entry date of the refund (as Organization Time)

Example: 2016-09-06T13:37:50+03:00
Refundloantransactioninput
{
"amount": 0,
"bookingDate": "2016-09-06T13:37:50+03:00",
"externalId": "string",
"linkedDisbursementKey": "string",
"notes": "string",
"transactionDetails": {
"transactionChannelId": "string",
"transactionChannelKey": "string"
},
"valueDate": "2016-09-06T13:37:50+03:00"
}