Getting Started
The below guide will describe how to integrate Incode's Onboarding API
Intro
All Incode SDK's consume the Incode API to capture and read session data. Some SDK methods enclose multiple API calls, but they always communicate with our API. Anything added to a session via SDK can also be added via API calls.
Remember that for regular onboardings, we recommend to use our SDK's, the current guide is for batch processing purposes.
Basic Flow Onboarding
We will consider a basic onboarding flow to explore the API onboarding:
- Start onboarding session
- ID Validation
- Face Validation(liveness and face match)
- Complete the session
Updated 3 months ago
What’s Next