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.applied event is sent when a user has submitted their KYC information and the verification process has been initiated. At this stage, the KYC is under review and no final decision has been made.

Example Payload

{
  "event": "kyc.applied",
  "id": "fb081022-a61a-4875-9536-988ac535b85a",
  "data": {
    "user_id": "fb081022-a61a-4875-9536-988ac535b85a",
    "kyc_status": "applied"
  },
  "eventGeneratedTime": 1756721043.214908
}

Data Fields

user_id
string
Unique identifier of the user who submitted KYC information.
kyc_status
string
Current KYC status. Always applied for this event.

Handling the Event

Use this event to:
  • Mark the user as KYC submitted
  • Disable restricted features until verification completes
  • Trigger internal compliance workflows
  • Track KYC progression