OCR and Liveness (Appman) » History » Version 4
prin methirattanasophon, 02/23/2026 04:03 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 | 4 | prin methirattanasophon | - ENDPOINT: /api/v1/appman/init |
| 14 | - Authorization: |
||
| 15 | - Bearer |
||
| 16 | 1 | prin methirattanasophon | - DATA: query string (id). |
| 17 | 4 | prin methirattanasophon | |
| 18 | 1 | prin methirattanasophon | ``` |
| 19 | 4 | prin methirattanasophon | .../api/v1/appman/init?registerId=${registerId} |
| 20 | |||
| 21 | 1 | prin methirattanasophon | ``` |
| 22 | |||
| 23 | Workflow: |
||
| 24 | |||
| 25 | 2 | prin methirattanasophon | <img style="width: 254px;" src="clipboard-202602181514-i1yu4.png"><br> |
| 26 | 1 | prin methirattanasophon | |
| 27 | --- |
||
| 28 | 3 | prin methirattanasophon | |
| 29 | 1 | prin methirattanasophon | 2. Retrieve verification id from appman redirect |
| 30 | |||
| 31 | 3 | prin methirattanasophon | Objective: To retrieve appman result from appman redirect |
| 32 | 1 | prin methirattanasophon | |
| 33 | 4 | prin methirattanasophon | Page Route: /authentication/signup/backCardwebcaminstructions |
| 34 | 1 | prin methirattanasophon | |
| 35 | Data Retrieve: Query params |
||
| 36 | 4 | prin methirattanasophon | |
| 37 | 3 | prin methirattanasophon | ``` |
| 38 | 1 | prin methirattanasophon | ...?verifyid={verifyid}&fail={fail} |
| 39 | 4 | prin methirattanasophon | |
| 40 | 1 | prin methirattanasophon | ``` |
| 41 | |||
| 42 | |Key|Value| |
||
| 43 | |:--|:--| |
||
| 44 | |verifyid|uuid| |
||
| 45 | |fail| "true"\|"false"| |
||
| 46 | |||
| 47 | --- |
||
| 48 | 3 | prin methirattanasophon | |
| 49 | 3. Retrieve Customer Due Deligent result |
||
| 50 | 1 | prin methirattanasophon | |
| 51 | Objective: To retrieve customer due deligent from server |
||
| 52 | |||
| 53 | API: |
||
| 54 | - METHOD: POST |
||
| 55 | 4 | prin methirattanasophon | - ENDPOINT: /api/v1/appman/result |
| 56 | 1 | prin methirattanasophon | |
| 57 | Body: |
||
| 58 | |||
| 59 | 4 | prin methirattanasophon | |Key|Type|Value| |
| 60 | 1 | prin methirattanasophon | |:--|:--| |
| 61 | 4 | prin methirattanasophon | |verify_id|string|uuid| |
| 62 | |verified|string| "true"\|"false"| |
||
| 63 | |isSkipAmlo|bool|| |
||
| 64 | |isSkipPep|bool|| |
||
| 65 | |isSkipLed|bool|| |
||
| 66 | |isSkipDopa|bool|| |