Seizeblockamount
Represents the information for seizing a block amount on a deposit account.
amountnumber
The amount of the block fund
blockIdstringrequired
The id of the block fund
externalIdstring
The external id of the current transaction, customizable, unique
notesstring
Extra notes about the current transaction
transactionChannelIdstringrequired
The id of the channel through which the transaction is done.
Seizeblockamount
{
"amount": 0,
"blockId": "string",
"externalId": "string",
"notes": "string",
"transactionChannelId": "string"
}