Close
logointerlace
Talk with us >

Webhook Account External Unlinked

Event

account.external.unlinked

Explanation

FinTechs can leverage the Account External Unlinked webhook to receive notifications when an external account (such as a bank account or third-party service) is successfully disconnected from a customer’s account, ensuring that systems are updated accordingly and maintaining accurate account integrations.

When it occurs

This Webhook fires when an external account is unlinked.

Payload

.

{
"event": "account.external.unlinked",
"referenceId": "889a07a7-1c48-432f-a80f-6690c6e8cbd5",
"timestamp": "2023-03-15T21:03:10.227",
"data":
{
"requestId": "string",
"requestDate": "string",
"state": "COMPLETED",
"verifiedAccount": [
{
"accountNumber": "string",
"verificationStatus": "SUCCESS",
"accountName": "string",
"accountType": "string",
"rtn": "string",
"unmaskedAccountNumber": "string",
"availableBalance": 0,
"currentBalance": 0,
"currencyCode": "str",
"providerAccountId": "string",
"providerName": "string",
"holders": [
{
"customerId": "string",
"customerName": {
"first": "string",
"middle": "string",
"last": "string",
"suffix": "string",
"company": "string"
},
"relationship": "AUTHORIZED_USER"
}
],
"failedReason": "string"
}
]
}
}
Previous
Webhook Account External Linked