Close
logointerlace
Talk with us >

Webhook Account Owner Updated

Event

account.owner.updated

Explanation

FinTechs can leverage the Account Owner Updated webhook to receive notifications when an existing account owner's details are modified, ensuring timely updates to user records and facilitating accurate communication.

When it occurs

This Webhook fires when an account owner is updated.

Payload

.

{
"event": "account.owner.updated",
"referenceId": "889a07a7-1c48-432f-a80f-6690c6e8cbd5",
"timestamp": "2023-03-15T21:03:10.227",
"data":
{
"holders": [
{
"customerId": "c88f8b08-4669-4e24-a200-0f71e07b0a98",
"ownerStatus": "Removed"
},
{
"customerId": "132352a9-1619-43dd-81cf-fa3e88089e60",
"ownerStatus": "Not found"
}
]
}
}
Previous
Webhook Account Owner Created