Static Address Deposit Webhooks
Deposits made to static deposit addresses trigger webhooks with the payload structure described below.
Status Values
| Status | Triggered when |
|---|---|
processing | Webhook for initiated deposit — transaction info received by system from blockchain |
done | Deposit completed on system's side |
failed / frozen | Deposit blocked by AML/TMS checks and/or failed on blockchain side |
Payload Fields
amountstringDeposited amount.
assetstringAsset name.
networkstringNetwork name.
depositAddressstringAddress that received the deposit.
statusstringprocessing, done, failed, or frozen.
idstringInternal address ID.
internal_user_idstringInternal ID of the address owner.
hashstringBlockscan transaction ID.
emailstringAddress owner's user email.
feePayerstringWho 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.