Beneficiary type event
You can subscribe to the Beneficiary Webhook to receive all events that occur for Beneficiary entities.
The returned object will contain the Beneficiary in the state at the moment of the event creation. For example, if there's a status
change, you'll receive an event with the new status.
Payloads for BENEFICIARY
Subscription Type
{
"entity": {
"account_uuid": "86e28f4b-c52d-4498-be89-a890b2298269",
"address": {
"city": "W*******n",
"country": "U**",
"line_1": "91 ***********",
"postal_code": "0***2",
"state": "M*"
},
"bank_account_details": {
"clabe_details": {
"bic_code": "CMFGUS33XXX",
"clabe_number_last_4": "7771"
}
},
"beneficiary_uuid": "e2cdd74a-484e-478b-8c1e-edef95993c69",
"country": "MEX",
"created_at": "2022-10-11T09:11:21.459Z",
"currency": "MXN",
"date_of_birth": "",
"external_id": "8b6813df-2136-463f-b402-bb2ac875804f",
"first_name": "A**",
"last_name": "Kau**er",
"status": "ACTIVE",
"status_reason": "",
"type": "BENEFICIARY",
"updated_at": "2022-10-11T09:11:32.188466205Z"
},
"event_date": "2022-10-11T09:11:32.483Z",
"event_retry": 0,
"event_type": "BENEFICIARY",
"event_uuid": "589ed560-1a14-55c1-97e3-63fe40dce312",
"event_version": "2021-11-18.1",
"program_uuid": "3ff8d46a-da4d-46f1-a296-db483914b896"
}