# Differences of Web eKYC & Native eKYC

## Native eKYC (Android & iOS)

{% hint style="info" %}
Native eKYC is also known as SDK. It is integrating with mobile OS such as Android or iOS to perform the eKYC flow.
{% endhint %}

#### *The general flow of the Native App Flow (Android & iOS):*

1. Instruction page 1
2. Back camera with custom UI
3. Back camera with custom UI and auto trigger flash
4. Instruction page 2
5. Front camera with custom UI
6. Status page

## Web eKYC (Web RTC)

{% hint style="info" %}
Web eKYC is using Web Browser to perform the eKYC flow.
{% endhint %}

#### *The general flow of the Web RTC:*

1. Instruction page 1
2. Back camera with custom UI
3. Instruction page 2
4. Front camera with custom UI
5. Status page

## Web eKYC (HTML Media Capture/File Upload)

{% hint style="info" %}
Web eKYC is using Web Browser to perform the eKYC flow.
{% endhint %}

***The general flow of the HTML Media Capture/File Upload:***

1. Instruction page 1
2. Default back camera&#x20;
3. Instruction page 2
4. Default front camera
5. Status page

## Comparison Table&#x20;

<table><thead><tr><th width="150">Types</th><th width="150">Custom UI</th><th width="150">Trigger Flash</th><th>Image Resolution</th></tr></thead><tbody><tr><td>Native eKYC</td><td>Yes</td><td>Yes for both</td><td>Subject to the camera specification. Full control on the image size.</td></tr><tr><td>Web RTC</td><td>Yes</td><td>Android: <strong>Yes</strong>, <br>iOS: <strong>No</strong></td><td>No fixed resolution.</td></tr><tr><td>HTML Media Capture/ File Upload</td><td>No camera</td><td>No for both</td><td>Subject to the camera specification. Full control on the image size.</td></tr></tbody></table>

## Customer Reference and Use Cases

<table><thead><tr><th width="208.00000000000003">Industry</th><th>Implementation</th><th>Scorecard</th></tr></thead><tbody><tr><td>Telecommunication</td><td><ol><li> Web App (HTML Media Capture/File upload)</li><li> Web App (Web RTC)</li><li>Native App (Android and iOS)</li></ol></td><td><ol><li> Without Hologram and Microprint detection</li><li> Without OkayDoc checkings </li><li>Default Scorecard</li></ol></td></tr><tr><td>BNPL</td><td>Native App (Android and iOS)</td><td>Default Scorecard</td></tr><tr><td>Banking and Fintech</td><td>Native App (Android and iOS)</td><td>Default Scorecard</td></tr><tr><td>Cash Management</td><td>Native App (Android and iOS)</td><td>Default Scorecard</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://api2-ekycapis.innov8tif.com/web-ekyc/web-ekyc-all/differences-of-web-ekyc-and-native-ekyc.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
