Skip to main content

Withdrawalredrawtransactioninput

Represents the request payload for creating a transaction of type WITHDRAWAL_REDRAW

amountnumberrequired

The amount to be withdrawn from redraw balance

bookingDatestring<date-time>

The booking date of the withdrawal transaction (as Organization Time)

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

The external id of the withdrawal transaction, customizable, unique

notesstring

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

originalCurrencyCodestring

The currency code for the 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.

valueDatestring<date-time>

The value date of the withdrawal transaction (as Organization Time)

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