TheDocumentation Index
Fetch the complete documentation index at: https://developer.finogates.com/llms.txt
Use this file to discover all available pages before exploring further.
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
Unique identifier of the user whose KYC process completed.
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

