Project

General

Profile

Actions

OCR and Liveness (Appman)

System Integretion with Appman

Description: To integrate web app with appman for verification customer due deligent via appman system

  1. Initialization

Objective: To start session with appman

API:

  • METHOD: GET
  • ENDPOINT: /api/v1/appman/init
  • Authorization:
    • Bearer
  • DATA: query string (id).
.../api/v1/appman/init?registerId=${registerId}

Workflow:



  1. Retrieve verification id from appman redirect

Objective: To retrieve appman result from appman redirect

Page Route: /authentication/signup/backCardwebcaminstructions

Data Retrieve: Query params

...?verifyid={verifyid}&fail={fail}

Key Value
verifyid uuid
fail "true"|"false"

  1. Retrieve Customer Due Deligent result

Objective: To retrieve customer due deligent from server

API:

  • METHOD: POST
  • ENDPOINT: /api/v1/appman/result

Body:

|Key|Type|Value|
|:--|:--|
|verify_id|string|uuid|
|verified|string| "true"|"false"|
|isSkipAmlo|bool||
|isSkipPep|bool||
|isSkipLed|bool||
|isSkipDopa|bool||

Updated by prin methirattanasophon about 2 months ago · 4 revisions