Transaction object
Last updated
Last updated
The transaction entity represents a transaction transferring value and contains additional information about the customer and merchant associated with the operation.
Crypto transactions are permanently recorded on the public blockchain as well as stored in our database. They enable transparent auditing of funds moving on the platform and also convenient lookup of transaction details or account balances/activity over time.
Type | Description |
---|---|
Status | Description |
---|---|
cancellation
The cancellation of the transfer when it is stuck
consolidation
The transfer of funds from all customer wallets into the merchant wallet
deposit
The deposit of funds from an external source into a customer or merchant wallet
merchant_deposit
The deposit of funds from a merchant into their wallet
withdrawal
The withdrawal of funds from the merchant wallet to an external destination
confirmed
The transaction has been successfully processed
created
The transaction has been initiated but is awaiting further processing
failed
The transaction has been failed
processing
The transaction is currently being processed
misdirected
The transaction has been processed but cannot be linked to an existing invoice.