Skip to main content

Feeapplieddeposittransactioninput

Represents the request payload for creating a transaction of type FEE_APPLIED.

amountnumber

The value of the fee applied on the account

externalIdstring

The external id of the current transaction, customizable, unique

notesstring

Extra notes about the current transaction

predefinedFeeKeystring

The encodedKey of the predefined fee that defines the current fee

Feeapplieddeposittransactioninput
{
"amount": 0,
"externalId": "string",
"notes": "string",
"predefinedFeeKey": "string"
}