Skip to main content
WEBHOOK
beneficiary.status
{
  "event": {
    "id": "4f6e1c26-f4eb-460d-8aa4-067cebffc567",
    "event_reference_id": "4d715f20-f704-45e0-af56-19ade318e852",
    "type": "beneficiary.status",
    "created_at": "2025-12-10T10:36:19.055159Z",
    "sandbox_mode": true
  },
  "data": {
    "active": true,
    "beneficiary_id": "4d715f20-f704-45e0-af56-19ade318e852",
    "customer_id": "efb54adf-b7f4-4716-80e3-806e11f20b7b",
    "type": "INDIVIDUAL"
  }
}
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 beneficiary's status changes

event
object
required
data
object
required

Beneficiary data in webhook payload

Response

200

Webhook received successfully