Close
logointerlace
Talk with us >

Webhook Account Balance Updated

Event

account.balance.updated

Explanation

FinTechs can leverage the Account Balance Updated webhook to receive real-time notifications whenever there is a change in an account's balance, enabling timely updates and facilitating accurate financial management.

When it occurs

This Webhook fires when an account balance is updated.

Payload

.

{
"event": "account.balance.updated",
"referenceId": "889a07a7-1c48-432f-a80f-6690c6e8cbd5",
"timestamp": "2023-03-15T21:03:10.227",
"data":
{
"depositAccountBalance": {
"term": 0,
"error": {
"code": "00",
"message": "SUCCESS"
},
"ubaId": "791aa807-a0a5-437a-ae05-142241671aa0",
"postDt": "2021-06-11",
"status": "OPEN",
"activity": "ACTIVE",
"currency": {
"currencyCode": "USD",
"currencyRate": 1,
"originalCurrencyCode": "USD"
},
"nickname": "My Personal Checking Account",
"accountId": "791aa807-a0a5-437a-ae05-142241671aa0",
"accountType": "CHECKING",
"balanceAsOf": "2021-07-15T14:46:41.375Z",
"description": "Account Description",
"interestYtd": 1.21,
"productName": "Checking Product",
"fiAttributes": [
{
"name": "Attribute Name",
"value": "Attribute Value"
}
],
"maturityDate": "2021-07-15",
"accountNumber": "109844847601409",
"accountTitles": [
"John Smith"
],
"currentBalance": 3500,
"availableBalance": 3500,
"openingDayBalance": 0,
"accountNumberDisplay": "109-844-847-601409",
"annualPercentageYield": 0
}
}
}
Previous
Webhook Account Owner Updated