Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developer.finogates.com/llms.txt

Use this file to discover all available pages before exploring further.

The kyb.deleted event is sent when a business’s KYB record has been deleted or reset. This typically occurs during re-verification flows, compliance corrections, or administrative actions.

Example Payload

{
  "event": "kyb.deleted",
  "id": "cc46bc2f-8a50-4f78-8a29-0df5d77c491c",
  "data": {
    "user_id": "cc46bc2f-8a50-4f78-8a29-0df5d77c491c",
    "kyb_status": "pending"
  },
  "eventGeneratedTime": 1756729948.128641
}

Data Fields

user_id
string
Unique identifier of the business owner or associated user.
kyb_status
string
Reset KYB status, typically pending after deletion.

Handling the Event

Use this event to:
  • Reset internal KYB verification state
  • Require the business to re-submit verification details
  • Revoke KYB-dependent permissions
  • Record KYB resets for compliance and auditing