> ## 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 KYB Status

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

### Events

- `company.kybstatus.insert` — emitted when the company is created. The initial `kycStatus` is `new`.
- `company.kybstatus.update` — emitted when KYB moves to `pending`, `passed`, or `failed`.




## OpenAPI

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

````