OCR and Liveness (Appman) » History » Version 2
prin methirattanasophon, 02/23/2026 02:40 AM
| 1 | 1 | prin methirattanasophon | # OCR and Liveness (Appman) |
|---|---|---|---|
| 2 | 2 | prin methirattanasophon | |
| 3 | System Integretion with Appman |
||
| 4 | |||
| 5 | Description: To integrate web app with appman for verification customer due deligent via appman system |
||
| 6 | |||
| 7 | 1. Initialization |
||
| 8 | |||
| 9 | Objective: To start session with appman |
||
| 10 | |||
| 11 | API: |
||
| 12 | - METHOD: GET |
||
| 13 | - ENDPOINT: /appman/idcard/init |
||
| 14 | - DATA: query string (id). |
||
| 15 | ``` |
||
| 16 | .../?id={member_id} |
||
| 17 | ``` |
||
| 18 | |||
| 19 | Workflow: |
||
| 20 | |||
| 21 | <img style="width: 254px;" src="clipboard-202602181514-i1yu4.png"><br> |
||
| 22 | |||
| 23 | --- |
||
| 24 | |||
| 25 | 2. Retrieve verification id from appman redirect |
||
| 26 | |||
| 27 | Objective: To retrieve appman result from appman redirect |
||
| 28 | |||
| 29 | Page Route: /onboarding/fullname |
||
| 30 | |||
| 31 | Data Retrieve: Query params |
||
| 32 | ``` |
||
| 33 | ...?verifyid={verifyid}&fail={fail} |
||
| 34 | ``` |
||
| 35 | |||
| 36 | |Key|Value| |
||
| 37 | |:--|:--| |
||
| 38 | |verifyid|uuid| |
||
| 39 | |fail| "true"\|"false"| |
||
| 40 | |||
| 41 | --- |
||
| 42 | |||
| 43 | 3. Retrieve Customer Due Deligent result |
||
| 44 | |||
| 45 | Objective: To retrieve customer due deligent from server |
||
| 46 | |||
| 47 | API: |
||
| 48 | - METHOD: POST |
||
| 49 | - ENDPOINT: /appman/idcard/result |
||
| 50 | |||
| 51 | Body: |
||
| 52 | |||
| 53 | |Key|Value| |
||
| 54 | |:--|:--| |
||
| 55 | |verify_id|uuid| |
||
| 56 | |verified| "true"\|"false"| |