Close
logointerlace
Talk with us >

Webhook Account Application Updated

Event

account.application.updated

Explanation

FinTechs can utilize the Account Application Updated webhook to receive notifications whenever an existing account application is modified, ensuring they are informed of changes and can take necessary actions to maintain accurate records and workflows.

When it occurs

This Webhook fires when an account application is created.

Payload

.

{
"event": "account.application.updated",
"referenceId": "889a07a7-1c48-432f-a80f-6690c6e8cbd5",
"timestamp": "2023-03-15T21:03:10.227",
"data":
{
"tecd": "tecd-code",
"features": [
{
"id": "12345",
"feature": {
"id": "DEBIT_CARD_FEATURE",
"name": "Debit Card",
"accountType": "SAVINGS",
"description": {
"languages": "english",
"description1": "Debit Card Feature"
},
"productCode": "DC001",
"documentLink": "https://bankname.com/features/debit-card",
"productSubCode": "ABCD"
},
"accepted": true,
"acceptedDate": "2022-07-15"
}
],
"nickName": "PERSONAL ACCOUNT",
"openDate": "2022-07-15",
"accountId": "cf757e8d-b7df-4eb8-a82c-b30517800d6c",
"partyType": "Person",
"lienAmount": 25,
"accountInfo": {
"term": 365,
"termUnits": "Days",
"accountType": "SAVINGS",
"productCode": "SAV-001",
"productName": "Savings 1",
"productSubCode": "SAV-001-C",
"productDescription": {
"languages": "english",
"description1": "Savings Product",
"description2": "",
"description3": ""
}
},
"createdDate": "2022-07-15",
"fundingName": "Funding name",
"withholdTax": true,
"creditAmount": 550.5,
"primaryParty": {
"name": {
"last": "Diaz",
"first": "Oscar"
},
"email": "oscar@domain.com",
"gender": "M",
"address": {
"city": "Oakland",
"line1": "3707 Kenwood Place",
"line2": "Apt. 402",
"state": "Mississippi",
"country": "US",
"postalCode": "38948"
},
"telephone": {
"type": "HOME",
"number": "(555) 555-1234",
"country": "US"
},
"employment": {
"id": "12345",
"title": "Manager",
"income": 80000,
"address": {
"city": "Oakland",
"line1": "3707 Kenwood Place",
"line2": "Apt. 402",
"state": "Mississippi",
"country": "US",
"postalCode": "38948"
},
"occupation": "Software Developer",
"activityName": "K.72.20 - Software consultancy and supply",
"employerName": "Infinant",
"employmentDate": "2009-01-01",
"activityCodeType": "NAICS"
},
"citizenship": "Citizen",
"dateOfBirth": "1993-09-26",
"residentSince": "1998-09-26",
"employmentStatus": "EMP",
"citizenshipCountry": "US"
},
"recordStatus": "Open",
"consentToFund": true,
"fundingAmount": 500,
"recordVersion": "1",
"consentToTerms": true,
"fundingAccount": {
"bic": "BOFAUS3NXXX",
"secure": true,
"fullNbr": "",
"bankName": "BANK OF AMERICA",
"accountId": "1234",
"banFormat": "SWIFT_BIC",
"accountHash": "E9D34466105C1C7A94DACB6823D1B2DE54E25971DBE8166DC6184809074812F2",
"accountType": "SAVINGS",
"currencyCode": "USD",
"branchCountry": "US"
},
"taxFilingStatus": "MARRIED_JOINTTLY",
"withholdConfirm": true,
"applicationRefId": "0eb456f0-6cbe-11ec-90d6-0242ac120003",
"processingStatus": "Initiated",
"primaryCustomerId": "89456456",
"fundingCurrencyCode": "USD",
"taxCreditPaymentDate": "2021-07-01",
"taxCreditApprovedDate": "2024-06-15",
"taxCreditPaymentAmount": 525.5,
"taxCreditPaymentMethod": "Direct Pay with bank account"
}
}
Previous
Webhook Account Application Created