You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is a mock server for identity document authentication and verification workflows. It simulates endpoints for document verification, MRZ checks, and related flows, and is designed for integration testing and development without requiring real third-party services.
4
+
5
+
## Features
6
+
7
+
-**Express.js API** with endpoints for document verification, MRZ, and health checks
8
+
-**Redis integration** for storing and retrieving transaction tokens
9
+
-**Mocked webhook callbacks** for simulating document upload events
10
+
-**Header and payload validation** for all endpoints
11
+
-**Configurable via environment variables**
12
+
13
+
## Endpoints
14
+
15
+
### `/api/3.0/EmailAuthScore`
16
+
-**POST**: Document verification (requires `authorization` and `content-type: application/json` headers)
17
+
18
+
### `/docv/doc_request`
19
+
-**POST**: Initiate a document verification request
0 commit comments