Close
logointerlace
Talk with us >

Webhook Customer Updated

Event

customer.updated

Explanation

FinTechs can utilize the Customer Updated webhook to receive notifications whenever changes are made to an existing customer account, ensuring that all records are kept current and facilitating accurate communication and service delivery.

When it occurs

This Webhook fires when key details such as the customer's name, email, phone number, or address are updated.

Payload

.

{
"event": "customer.updated",
"referenceId": "889a07a7-1c48-432f-a80f-6690c6e8cbd5",
"timestamp": "2023-03-15T21:03:10.227",
"data":
{
"customerId": "456258gsdbjutym",
"name": {
"first": "Andrew",
"middle": "C",
"last": "Lee",
"suffix": "Jr",
"prefix": "Mr.",
"company": "AZ Company"
},
"taxId": "*****4120",
"taxIdType": "SSN",
"taxIdCountry": "US",
"governmentId": "553049119",
"contact": {
"email": [
"alee@gmail.com"
],
"emailVerified": true,
"addresses": [
{
"line1": "600 N Guadalupe St",
"line2": "Apt 2",
"line3": " ",
"city": "Santa Fe",
"state": "New York",
"postalCode": "87501",
"country": "US",
"type": "BUSINESS"
}
],
"telephones": [
{
"type": "HOME",
"country": "001",
"number": "3002221234"
}
]
},
"person": {
"dateOfBirth": "1990-02-15",
"citizenshipCountry": "US"
}
}
}
Previous
Webhook Customer Created