Skip to main content

๐Ÿงช Live KYC Widget Testing

Test the Onmeta KYC Widget right here in our documentation! This interactive playground allows you to configure and test the KYC widget with your own API key without leaving the page.

โšก

Quick Testing Guide

  1. Enter your API key from the dashboard
  2. Select environment (Staging/Production)
  3. Optionally add user email to skip login
  4. Configure redirect URLs if needed
  5. Click "Launch KYC Widget" to test

Testing Best Practices
  • Start with staging environment for testing
  • Test with different user scenarios
  • Monitor webhook callbacks
  • Verify redirect URLs work correctly

URL Parameter Testingโ€‹

You can also test the KYC widget by passing parameters in the URL. Simply add query parameters to this page URL:

?apiKey=8794c88xxxx&userEmail=user@example.com&environment=staging

Example:

/docs/widget/kyc-widget/live-testing?apiKey=your_api_key&userEmail=test@example.com
๐Ÿ’ก Tip:

Share configured KYC widget URLs with your team for quick testing


Common Test Scenariosโ€‹

Scenario 1: Basic KYC Flow

Configuration:
  • API Key: Your staging key
  • Environment: Staging
  • All other fields: Empty

Expected Result: User goes through complete KYC including login

Scenario 2: Skip Login with Email

Configuration:

Expected Result: User skips login and goes directly to KYC

Scenario 3: With Redirect URLs

Configuration:

Expected Result: User is redirected after KYC completion