Skip to main content

Static Address Deposit Webhooks

Deposits made to static deposit addresses trigger webhooks with the payload structure described below.

Status Values

StatusTriggered when
processingWebhook for initiated deposit — transaction info received by system from blockchain
doneDeposit completed on system's side
failed / frozenDeposit blocked by AML/TMS checks and/or failed on blockchain side

Payload Fields

amountstring

Deposited amount.

assetstring

Asset name.

networkstring

Network name.

depositAddressstring

Address that received the deposit.

statusstring

processing, done, failed, or frozen.

idstring

Internal address ID.

internal_user_idstring

Internal ID of the address owner.

hashstring

Blockscan transaction ID.

emailstring

Address owner's user email.

feePayerstring

Who pays the fee: buyer or merchant.

note

The email parameter won't be received within the webhook if the deposit address has a null value for user's email parameter.