Skip to content

widetechid/WideKYC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WideKYC

Android SDK Version iOS SDK Version GitHub language count GitHub top language GitHub repo size GitHub last commit

All in one eKYC (Electronic Know Your Customer) solution available for android and ios. Wide Technologies Indonesia provides an SDK for you to implement integration with your native mobile application. This document provides you with an overview of the SDK integration in terms of its architecture, interaction flow, available products, and general integration process.

Contents

Available Products

WideKYC SDK integration can be applied to the following products:

  • Liveness Detection
  • ID Recognize (OCR)
  • ID Validation (by Dukcapil - Population and Civil Registration Agency)
  • Passport Recognize (OCR)
  • Family Card Recognize (OCR)

00 01 02 03 04

Integration Architecture

Here is the architecture of our SDK integration.

integrationChart

Figure 1. SDK integration architecture

SDK integration consists of two parts:

  • Client-side integration: integrate the WideKYC SDK into the merchant application. The WideKYC SDK provides a ready set of screens and tools for both iOS and Android applications to capture required user data such as face images, identity document images, and so on. By integrating the WideKYC SDK, you can easily create a friendly interaction experience for your users in terms of:

    • Well-designed UI to guide your users through the simple and easy business process
    • High success rate and high security with multiple algorithms applied
    • Simplified integration process by directly uploading images to the WideKYC service to process
  • Server-side integration: Expose endpoints for your (merchant) application in your (merchant) server so that the merchant application can interact with the merchant server, which then accesses the WideKYC API to initialize a transaction and double-check verification results.

Interaction Flow

The following diagram illustrates the whole interaction flow when a WideKYC service is started through the mobile application.

interactionDiagram

Figure 2. Sequence diagram

  1. A user initiates a business process (for example, an ID Recognize process) through the client's mobile app.
  2. The client's mobile app calls the getMetaInfo interface to obtain the meta information about the WideKYC SDK and the user's device for preparation.
  3. The WideKYC SDK returns the meta information to the client's mobile app.
  4. The client's mobile app initializes a transaction and passes the meta-information and product type to the client's backend server.
  5. With the meta-information and product info as input, the client's backend server calls the initialize API to obtain the configuration information, which includes parameters about SDK connection and behavior.
  6. The WideKYC server performs a usability check based on the meta-information. If the check is passed, the WideKYC server returns the configuration information to the client's backend server.
  7. The client's backend server returns the configuration information to the client's mobile app.
  8. The client's mobile app starts the WideKYC SDK with the configuration information obtained in Step 7.
  9. The WideKYC SDK interacts with the user, captures required data (for example, ID images), and uploads it to the Wide server for verification.
  10. The WideKYC server performs related checks on the uploaded user data and returns the transaction status to the WideKYC SDK. If all the corresponding checks are passed, a result code that indicates success is returned to the WideKYC SDK; otherwise, the process might be interrupted and further interactions are needed between the user and the WideKYC SDK.
  11. The WideKYC SDK notifies the client's mobile app that the transaction is completed.
  12. The client's mobile app syncs with the client's backend server that the transaction is completed and starts a double check on the transaction details.
  13. The client's backend server calls the checkResult API to check the transaction details with the WideKYC server again.
  14. The WideKYC server returns the transaction details to the client's backend server.
  15. The client backend server filters the transaction details that are returned from the WideKYC server and returns the information that is not sensitive to the client's mobile app.
  16. The client's mobile app informs the user that the process is completed.

Integration Process

API Documentation

Reference

About

All in one eKYC (Electronic Know Your Customer) solution available for android and ios

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published