Skip to main content

EwalletTransaction

Properties

NameTypeRequiredDescription
metadatadict
amountfloatAmount of the transaction, in units of the currency defined in currency. Decimal, including the correct number of decimal places for the currency exponent, as defined in ISO 4217:2015.
balancefloatThe updated wallet balance after successful completion of the transaction.
balance_typeEwalletTransactionBalanceTypeBalance type affected by the transaction. One of the following
created_atfloatTime the transaction was made, in Unix time.
currencystrThree-letter ISO 4217 code for the currency used in the amount field.
destination_balance_typeEwalletTransactionDestinationBalanceTypeThe destination balance type when funds are transferred from one balance to another within the wallet
ewallet_idstrID of the wallet. String starting with ewallet_.
id_strID of the transaction. String starting with wt_ or UUID.
reasonstrUnique identifier of the wallet object. String starting with ewallet_.
source_balance_typeEwalletTransactionSourceBalanceTypeThe source balance type when funds are transferred from one balance to another within the wallet
statusstrStatus of the transaction.
type_strType of transaction
subtypefloatSubtype of the transaction.
action_datadict

EwalletTransactionBalanceType

Balance type affected by the transaction. One of the following

Properties

NameTypeRequiredDescription
AVAILABLEBALANCEstr"available_balance"
ONHOLDBALANCEstr"on_hold_balance"
RECEIVEDBALANCEstr"received_balance"
RESERVEBALANCEstr"reserve_balance"

EwalletTransactionDestinationBalanceType

The destination balance type when funds are transferred from one balance to another within the wallet

Properties

NameTypeRequiredDescription
AVAILABLEBALANCEstr"available_balance"
ONHOLDBALANCEstr"on_hold_balance"
RECEIVEDBALANCEstr"received_balance"
RESERVEBALANCEstr"reserve_balance"

EwalletTransactionSourceBalanceType

The source balance type when funds are transferred from one balance to another within the wallet

Properties

NameTypeRequiredDescription
AVAILABLEBALANCEstr"available_balance"
ONHOLDBALANCEstr"on_hold_balance"
RECEIVEDBALANCEstr"received_balance"
RESERVEBALANCEstr"reserve_balance"

Build Your Own SDKs with  liblab

Build developer friendly SDKs in minutes from your APIs

Start for Free →