Solution Codes
Overviews
Introduction
In order to fulfill customer's various needs, we have different solution codes for different scene.
the APIs will be reused between different solution codes when possible, to minimize the integration workload.
Solution Code | Product Form | Simple Explain |
---|---|---|
01 | Document(H5)+Face(H5) | user go through document verification and liveness detection with AAI's H5 frontend. |
02 | Document(H5) | user go through document verification with AAI's H5 frontend. |
03 | Document Lite(H5) | user go through document verification with AAI's H5 frontend (without id forgery detection ). |
04 | Face(H5) | user go through liveness detection with AAI's H5 frontend. |
05 | Document(API) | document verification without AAI's frontend. |
06 | Document(H5)+Face(H5)+ManualAudit+FaceSearch(Optional) | user go through document verification and liveness detection with AAI's H5 frontend , go through manual audit with AAI's backgrond service. |
Environments and Countries
Environment | Country | Domain | 01 | 02 | 03 | 04 | 05 | 06 |
---|---|---|---|---|---|---|---|---|
Sandbox | Malaysia | sandbox-my-api.advance.ai | O | O | O | F | F | F |
Philippines | sandbox-ph-api.advance.ai | O | O | O | F | F | O | |
Indonesia | sandbox-api.advance.ai | O | O | F | O | O | F | |
Thailand | sandbox-th-api.advance.ai | O | O | F | O | O | F | |
Singapore | sandbox-sg.advance.ai | F | F | F | F | F | O | |
Production (supports test account) | Malaysia | my-api.advance.ai | O | O | O | F | F | F |
Philippines | ph-api.advance.ai | O | O | O | F | F | F | |
Indonesia | api.advance.ai | O | O | F | O | O | F | |
Thailand | th-api.advance.ai | O | O | F | O | O | F | |
Singapore | sg-api.advance.ai | F | F | F | F | F | O | |
Vietnam | vn-api.advance.ai | F | F | F | F | O | F |
- status
- O(online): the solution code is already available.
- F(future): will be release in the future, don't have release date yet.
- S(soon): will be available soon.
- Please contact us to get official/test account.
- If your test/official server is in China, please request the service via VPN to avoid packet loss, service timeout and other problems
Solution Codes and APIs
different solution codes will need to integrate different APIs.
API | Simple Explain | 01 | 02 | 03 | 04 | 05 | 06 | |
---|---|---|---|---|---|---|---|---|
Backend Integration | Used to generate the auth token that first, the auth token will be used for calling the other APIs. | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | |
To start a identity verification transaction. | ✅ | ✅ | ✅ | ✅ | ✅ | |||
To get the result of identity verification transaction. | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ||
To do a document verification transaction ,without AAI Frontend. | ✅ | ✅ | ||||||
Used to receive notification from AAI when the whole processing is done and the result is completed. | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ||
used to search the face in solution. | ✅ | |||||||
Frontend Integration | Integration Guide of the AAI frontend(H5). | ✅ | ✅ | ✅ | ✅ | ✅ |
Solution Codes
01 Document(H5)+Face(H5)
FlowChart

How To Integrate
- Backend Integration
- Frontend Integration
02 Document(H5)
FlowChart

How To Integrate
- Backend Integration
- Frontend Integration
03 Document Lite(H5)
FlowChart
TODO
How To Integrate
- Backend Integration
- Frontend Integration
04 Face(H5)
FlowChart

How To Integrate
- Backend Integration
- Frontend Integration
05 Document(API)
FlowChart

How To Integrate
-
Backend Integration
06 Document(H5)+Face(H5)+FaceSearch+ManualAudit
FlowChart

How To Integrate
-
Backend Integration
-
Frontend Integration
Updated 11 days ago