> ## Documentation Index
> Fetch the complete documentation index at: https://developer.rollfi.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Employee Bank Account Status

> Emitted when an employee bank account is created or its verification status changes.

### Events

- `employeebankaccount.employeebankaccountstatus.insert` — emitted when the account is created. The initial bank-account `status` is `new`.
- `employeebankaccount.employeebankaccountstatus.update` — emitted when the account moves to `pending` or `ready`.

A direct-deposit employee’s bank account must be `ready` before the employee can become Active.




## OpenAPI

````yaml webhook employeeBankAccountStatus
openapi: 3.1.0
info:
  title: Default module
  description: |
    Webhook events emitted when a company's KYB status is created or changes.

    Rollfi sends these requests to the webhook URL configured for the client.
    Consumers should return a successful 2xx response after accepting the event.
  version: 1.0.0
servers: []
security: []
tags:
  - name: Pay Schedule Webhooks
  - name: Pay Period Webhooks
  - name: Employee Bank Account Webhooks
  - name: Employee KYC Webhooks
  - name: Company Bank Account Webhooks
  - name: Company Webhooks
  - name: Employee Status Webhooks
paths: {}

````