Close
logointerlace
Talk with us >

Webhook Customer Created

Event

customer.created

Explanation

FinTechs can utilize the Customer Created webhook to receive notifications whenever a new customer is successfully established, enabling prompt onboarding and follow-up actions to enhance user engagement and support.

When it occurs

This Webhook fires when a customer is created.

Payload

.

{
"event": "customer.created",
"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 Card Transaction Authorized