Skip to main content
WEBHOOK
beneficiary.liquidation.deposit
{
  "event": {
    "id": "7df95b12-cf1b-4413-97de-130634ee31d5",
    "event_reference_id": "5b4ea7ee-9d40-44b3-b857-dd5a890b9313",
    "type": "beneficiary.liquidation.deposit",
    "created_at": "2025-12-30T11:18:35.730321Z",
    "sandbox_mode": true
  },
  "data": {
    "active": true,
    "amount": 3,
    "beneficiary_id": "5b4ea7ee-9d40-44b3-b857-dd5a890b9313",
    "customer_id": "bea5a6c1-0611-44c6-8c29-a6608e76916c",
    "liquidation_address": "0xade8141fd1aef58dc0a5365a32a6cfe95904c08f",
    "txn_hash": "0x7808238a69057600f0c8e291ffbfde87a74fb81b32fc583231352147770e2751",
    "type": "INDIVIDUAL"
  }
}
This webhook event is triggered when a new transaction hits the liquidation address of a beneficiary. It provides details about the deposit, including the transaction hash, amount, and the liquidation address that received the funds.
Security: All webhook requests include HMAC signatures for verification. Learn how to verify webhook signatures to ensure requests are authentic.

Body

application/json

Webhook triggered when a transaction hits the liquidation address of a beneficiary

event
object
required
data
object
required

Beneficiary liquidation deposit data in webhook payload

Response

200

Webhook received successfully