GET EKYC Result
Retrieve the consolidated eKYC verification result — combining MyKad recognition, face comparison, and verdict — using the requestID from MyKad Recognition.
When to Use
▾
Use this endpoint when:
- You need the final eKYC verdict for a previously initiated session
- Polling for results when no webhook (
notify_url) was supplied - Auditing past eKYC outcomes
Prerequisite: Acquire requestID from the MyKad Recognition response.
RM eKYC Sequence Diagram: Click Here
How to Use
▾
/v3/serviceStep 1: Get the Request ID
▾
Capture requestID from your prior MyKad Recognition call.
Step 2: Send the Query
▾
POST with function: "get-ekyc-result" and the id field set to your requestID.
Step 3: Read the Verdict
▾
The response includes the overall verdict, plus nested faceResult and results objects.
Request Parameters
▾
EKYC service
Example: "ekyc"
Currently only support 'v1"
Example: "v1"
Selected function
Example: "get-ekyc-result"
Refer to explanation below
Request ID from mykad recognition response
Example: "62201d48a694817dede84b35"
Response Parameters
▾
EKYC ID
Example: "62201d48a694817dede84b35"
Action required. One of: `NONE_REQUIRED`, `ATTENTION_REQUIRED`, `INCONCLUSIVE`, `RESOLVED`
Example: NONE_REQUIRED
EKYC result status. One of: `SUCCESS`, `MYKAD_NOT_FOUND`, `MYKAD_SINGLE_NOT_FOUND`, `MYKAD_FACE_NOT_FOUND`, `INCOMPLETE`, `OCR_ENGINE_ERROR`, `OCR_ENGINE_CONNECTION`
Example: SUCCESS
Action required for face compare. One of: `NONE_REQUIRED`, `ATTENTION_REQUIRED`, `INCONCLUSIVE`, `RESOLVED`
Example: NONE_REQUIRED
Face Compare Request ID
Example: 62201d51239b18052126e288
Refer to the Face Result
Example: (Refer to explanation below)
Action required for MyKad recognition. One of: `NONE_REQUIRED`, `ATTENTION_REQUIRED`, `INCONCLUSIVE`, `RESOLVED`
Example: NONE_REQUIRED
eKYC session
Example: 62201d48a694817dede84b35
Message from EKYC engine
Example: []
Refer to the EKYC Result
Example: (Refer to explanation below)
Last update date time
Example: "2022-03-03T01:43:46.155Z"
Create date time
Example: "2022-03-03T01:43:36.963Z"
Inside Face Result
▾
Check result which is same person
Example: false
Similarity of face image and mykad
Example: 0
Inside Results
▾
Mykad Recognition Duration
Example: 3.2886
Refer to the Results Data
Example: (Refer to explanation below)
Refer to the Results Faces
Example: (Refer to explanation below)
Refer to the Results Object
Example: (Refer to explanation below)
Refer to the Results Scores
Example: (Refer to explanation below)
Inside Results Data
▾
Refer to the Address
Example: (Refer to explanation below)
Gender information of mykad
Example: "MALE"
Mykad ID
Example: "550106-12-5821"
Is muslim
Example: false
Name in the mykad
Example: "ROWAN SEBASTIAN ATKINSON"
Inside Address
▾
First line of address
Example: "GDW KAMPUNG BAYANGAN"
Second line of address
Example: "80000 KENINGAU"
Third line of address
Example: "SABAH"
City name
Example: "KENINGAU"
Postcode
Example: "80000"
State name
Example: "SABAH"
Inside Results Faces
▾
Refer to the boxes
Example: []
Confidence of detected face
Example: 1
Inside Results Object
▾
Confidence of detected mykad
Example: 0.9609
Type of mykad
Example: "ic_1_front"
Inside Results Scores
▾
Landmark score
Example: 0.5441
OCR score
Example: 0.9033
Mykad searcher score
Example: 0.9
Total score
Example: 0.8295