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

> Emitted when an employee is created or their KYC verification status changes.

### Events

- `employee.kycstatus.insert` — emitted when the employee is created. The initial `kycStatus` is `kyc not initiated`.
- `employee.kycstatus.update` — emitted when KYC moves to `pending`, `passed`, or `failed`.




## OpenAPI

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

````