Actions
OCR and Liveness (Appman) » History » Revision 1
Revision 1/4
| Next »
prin methirattanasophon, 02/18/2026 08:13 AM
OCR and Liveness (Appman)¶
System Integretion with Appman
Description: To integrate web app with appman for verification customer due deligent via appman system
- Initialization
Objective: To start session with appman
API:
- METHOD: GET
- ENDPOINT: /appman/idcard/init
- DATA: query string (id).
.../?id={member_id}
Workflow:

- Retrive verification id from appman redirect
Objective: To retrive appman result from appman redirect
Page Route: /onboarding/fullname
Data Retrive: Query params
...?verifyid={verifyid}&fail={fail}
| Key | Value |
|---|---|
| verifyid | uuid |
| fail | "true"|"false" |
- Retrive Customer Due Deligent result
Objective: To retrive customer due deligent from server
API:
- METHOD: POST
- ENDPOINT: /appman/idcard/result
Body:
| Key | Value |
|---|---|
| verify_id | uuid |
| verified | "true"|"false" |
Updated by prin methirattanasophon about 2 months ago · 4 revisions