POSTs a request when a Bank Account has been created or updated.
This endpoint specifies what will be sent to your Bank Account Webhook. Zeal POSTs a request containing Bank Account details when it is created or updated. You can update and test the webhook URL you want Zeal to hit on the 'API' Page of the Zeal Dashboard.
Returns
Doesn't return anything but rather POSTs a request with Bank Account details.
Raw Content Example
{
"test": true,
"type": "create",
"bankAccountID": "fadd40898dd146c8b27b9ba02230edc7",
"workerID": "6964ba87007540ce4c2f5d39",
"companyID": "108e4a2f1e16487eb56d446077f5454d",
"worker_type": "employee",
"account_type": "checking",
"routing_number": "031176110",
"transit_number": null,
"institution_number": null,
"account_number_last_four": "6110",
"institution_name": "Capital One",
"is_primary": false,
"bank_accounts_count": 2,
"created_at": "2026-04-06T22:20:11.073Z",
"updated_at": "2026-04-06T22:20:11.073Z",
"timestamp": "2026-04-06T22:20:11Z"
}
