Project

General

Profile

OCR and Liveness (Appman) » History » Version 1

prin methirattanasophon, 02/18/2026 08:13 AM

1 1 prin methirattanasophon
# OCR and Liveness (Appman)
2
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-202602181513-plraf.png"><br>
22
23
---
24
25
2. Retrive verification id from appman redirect
26
27
Objective: To retrive appman result from appman redirect
28
29
Page Route: /onboarding/fullname
30
31
Data Retrive: 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. Retrive Customer Due Deligent result
44
45
Objective: To retrive 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"|