Live SDK Demo

A simulated verification flow with a live event log. Use it to preview the lifecycle events your integration will receive — onReady, onStart, onComplete, onError — and how the final result hands off to your backend.

SimulationNo real API calls

Playground

Simulated SDK

Idle
Click "Start verification" to simulate the SDK lifecycle.
No real network calls — this mirrors what your event log would look like in production.

Live event log

0 events
  • --:--:--READYPress “Start verification” to stream simulated SDK events.
This is a simulation. No requests are sent to api.goidentity.com. The event log mirrors what your real integration would emit so you can wire your UI / monitoring ahead of time.

What this shows

  • The full SDK lifecycle: onReady onStart → flow steps → onComplete.
  • How an onErrorlooks when the session token is invalid — try the "Trigger onError" button mid-flow.
  • How to forward the onComplete payload to your backend so the KYC result is persisted server-side.
  • The kind of event log you should be streaming to your monitoring tool in production.

Real integration

Ready to wire it up? Head to the Quickstart in the Public SDK docs, or jump straight to the multi-stack code examples for HTML, React, Next.js, Node and .NET.