Nhảy tới nội dung

Introduction

A procedure to identify and verify a customer’s identity, which includes sanity check, fraud check, logic status check, OCR, face matching, face retrieval and face search check. To use the service, users need to:

  • Generate session ID
  • Upload necessary images
  • Check uploaded images sanity and re-upload if needed (when sanity checking fails)
  • Get the processing results (OCR/Fraud Check/Logic Status Check/Liveness check/Face Match/Face Retrieval/Face Search) of the submitted images.

Contact us

For additional information or to utilize these resources, please reach out to us at ekyc@fiza.ai.

Host

Development

https://dev-ekyc-api.fiza.ai

Production

https://ekyc-api.fiza.ai

Response Codes

APIs always return HTTP Status Code 200 (OK). Detail error is specified by the "code" field inside JSON content.

CodeDescription
0Successful
-1Bad request (invalid input)
-2Unauthorized (wrong API key)
-4Rate limited
-5Internal server error
-7Forbidden (client is not allowed to request the resource. Ex: block ip)
-8Session Expired

eKYC Flow

Sequence Diagram