Close
logointerlace
Talk with us >

Webhook Account Created

Event

account.created

Explanation

FinTechs can use the Account Created webhook to receive immediate notifications when a new account is successfully established, allowing for prompt follow-up actions such as user verification, welcome communications, and system updates.

When it occurs

This Webhook fires when an account is created.

Payload

.

{
"event": "account.created",
"referenceId": "889a07a7-1c48-432f-a80f-6690c6e8cbd5",
"timestamp": "2023-03-15T21:03:10.227",
"data":
{
"status": "OPEN",
"contact": {
"emails": [
"abc@infinant.com"
],
"addresses": [
{
"city": "Charlotte",
"line1": "9611 Brookdale Dr",
"line2": "Ste 100-273",
"state": "NC",
"country": "US",
"postalCode": "28078"
}
],
"telephones": [
{
"type": "HOME",
"number": "(704) 555-6666",
"country": "US"
}
]
},
"holders": [
{
"name": {
"last": "Diaz",
"first": "Oscar"
},
"taxId": "*****4532",
"contact": {
"email": [
"oscar@domain.com"
],
"addresses": [
{
"city": "Oakland",
"line1": "3707 Kenwood Place",
"line2": "Apt. 402",
"state": "Mississippi",
"country": "US",
"postalCode": "38948"
}
],
"telephones": [
{
"type": "HOME",
"number": "(555) 555-1234",
"country": "US"
}
]
},
"customerId": "17434954032",
"customerNbr": "17434954032",
"governmentId": "GOVERNMENT-ID",
"relationship": "AUTHORIZED_USER",
"taxIdCountry": "US"
}
],
"nickname": "My Personal Account",
"accountType": "SAVINGS",
"description": "Account Description",
"productCode": "SAV-01",
"productName": "Savings Product",
"currencyCode": "USD",
"fiAttributes": [
{
"name": "Attribute Name",
"value": "Attribute Value"
}
],
"interestRate": 10,
"accountNumber": "646546132123",
"accountTitles": [
"Oscar Diaz"
],
"interestRateAsOf": "2021-07-15T14:46:41.375Z",
"interestRateType": "FIXED",
"routingTransitNumber": "4564548"
}
}
Previous
Webhook Account Activity Alert