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 kyc.approved event is sent when a user’s KYC verification has been successfully approved. This indicates that the user has passed identity verification and is eligible to access KYC-restricted features.

Example Payload

{
  "event": "kyc.approved",
  "id": "e61a0dbd-22b3-4ff2-9da1-bd4097ed273c",
  "data": {
    "user_id": "e61a0dbd-22b3-4ff2-9da1-bd4097ed273c",
    "kyc_status": "approved"
  },
  "eventGeneratedTime": 1756729948.128641
}

Data Fields

user_id
string
Unique identifier of the user whose KYC verification was approved.
kyc_status
string
Final KYC status. Always approved for this event.

Handling the Event

Use this event to:
  • Enable all KYC-restricted features
  • Allow wallet funding, withdrawals, and payments
  • Update the user’s compliance state
  • Record approval for auditing and regulatory reporting