Skip to main content
The kyc.completed event is sent when a user’s KYC process has fully completed. This is a rare event and is functionally similar to a successful verification outcome. The user should be treated as having completed all required KYC steps.

Example Payload


Data Fields

string
Unique identifier of the user whose KYC process completed.
string
Final KYC status. Always completed for this event.

Handling the Event

Use this event to:
  • Treat the user as fully KYC verified
  • Enable all KYC-restricted features
  • Synchronize final verification state across systems
  • Record completion for compliance and auditing