> ## 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.

# Company Bank Account Status

> Emitted when a company funding source is created or its verification status changes.

### Events

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

Payroll cannot proceed until the funding source is `ready`.




## OpenAPI

````yaml webhook companyBankAccountStatus
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: {}

````