Quick Start
Get up and running with OneSDK in minutes. This guide walks you through implementing two common onboarding flows: eKYC and IDV verification.
Prerequisites
Required Credentials
Essential Credentials
- Customer ID
- Child ID (if applicable)
- API Key
Backend URLs
- UAT:
https://backend.kycaml.uat.frankiefinancial.io/auth/v1/machine-session
- Prod:
https://backend.kycaml.frankiefinancial.io/auth/v1/machine-session
Need credentials? Contact FrankieOne support to set up your account.
Implementation Guide
Prepare Your Environment
Security Best Practice
Never expose API credentials in client-side code. Generate session tokens server-side and pass only the token to your frontend.
Choose Your Integration Flow
Select the implementation that best fits your needs:
eKYC Flow
IDV Flow
Manual capture and verification flow.
ekycFlow.html
Congratulations! You’ve successfully set up OneSDK. Need help? Contact our support team for assistance.