Close
logointerlace
Talk with us >

Webhook Account Updated

Event

account.updated

Explanation

FinTechs can utilize the Account Updated webhook to receive notifications whenever there are changes made to an existing account, ensuring that all relevant systems and records are kept current and accurate.

When it occurs

This Webhook fires when an account is updated.

Payload

.

{
"event": "account.updated",
"referenceId": "889a07a7-1c48-432f-a80f-6690c6e8cbd5",
"timestamp": "2023-03-15T21:03:10.227",
"data":
{
"depositAccount": {
"ubaId": "791aa807-a0a5-437a-ae05-142241671aa0",
"postDt": "2021-06-11",
"status": "OPEN",
"contact": {
"emails": [],
"holders": [
{
"name": {
"last": "Smith",
"first": "John",
"middle": "J."
},
"accounts": [],
"customerId": "17434954032",
"customerNbr": "01338540584",
"relationship": "PRIMARY"
}
],
"addresses": [
{
"city": "Charlotte",
"line1": "10200 Mallard Creek Rd",
"line3": "Suite 500",
"state": "NC",
"country": "US",
"postalCode": "28262"
}
],
"telephones": []
},
"currency": {
"currencyCode": "USD"
},
"nickname": "My Personal Checking Account 001",
"accountId": "791aa807-a0a5-437a-ae05-142241671aa0",
"accountType": "CHECKING",
"productName": "Checking Account",
"fiAttributes": [],
"transactions": [],
"accountNumber": "109844847601409",
"accountTitles": [
"Jonh Smith"
],
"currentBalance": 505,
"accountOpenDate": "2021-04-04T00:00:00",
"availableBalance": 505,
"lastActivityDate": "2021-06-11",
"routingTransitNumber": "064209643"
}
}
}
Previous
Webhook Account Created