Transaction

Module webhooks

Name

Type

Description

id

String

Transaction id. Format: UUID.

originWalletId

String

Origin wallet id. Format: UUID.

destinationWalletId

String

Destination wallet id. Format: UUID.

status

String

Transaction status. Enum: ['completed', 'failed', 'pending', 'processing', 'rejected'].

type

String

Transaction type. Enum: ['deposit', 'exchange', 'transfer', 'withdrawal'].

amount

String

Transaction amount. Format: Number.

code

String

Transaction code.

assetCode

String

Transaction currency.

metadata

Object

Metadata.

description

String

Description.

destinationAddress

String

Transaction destination address.

originAddress

String

Transaction origin address.

externalReference

String

Transaction external reference code.

reference

String

Transaction reference code.

processedAt

Date

Date of processing

transaction.deposit.approved

Approval of a transaction of type deposit webhook event.

transaction.deposit.confirmed

Confirmation of a transaction of type deposit webhook event.

transaction.deposit.created

Creation of a transaction of type deposit webhook event.

transaction.deposit.failed

Failure of a transaction of type deposit webhook event.

transaction.deposit.rejected

Rejection of a transaction of type deposit webhook event.

transaction.transfer.approved

Approval of a transaction of type transfer webhook event.

transaction.transfer.confirmed

Confirmation of a transaction of type transfer webhook event.

transaction.transfer.created

Creation of a transaction of type transfer webhook event.

transaction.transfer.failed

Failure of a transaction of type transfer webhook event.

transaction.transfer.rejected

Rejection of a transaction of type transfer webhook event.

transaction.withdrawal.approved

Approval of a transaction of type withdrawal webhook event.

transaction.withdrawal.confirmed

Confirmation of a transaction of type withdrawal webhook event.

transaction.withdrawal.created

Creation of a transaction of type withdrawal webhook event.

transaction.withdrawal.failed

Failure of a transaction of type withdrawal webhook event.

transaction.withdrawal.rejected

Rejection of a transaction of type withdrawal webhook event.

Last updated