๐งช 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
- Enter your API key from the dashboard
- Select environment (Staging/Production)
- Optionally add user email to skip login
- Configure redirect URLs if needed
- 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:
- API Key: Your staging key
- Environment: Staging
- User Email: test@example.com
Expected Result: User skips login and goes directly to KYC
Scenario 3: With Redirect URLs
Configuration:
- API Key: Your staging key
- Environment: Staging
- User Email: test@example.com
- Success Redirect: https://yourapp.com/success
- Failure Redirect: https://yourapp.com/failure
Expected Result: User is redirected after KYC completion