GET Mykad Result
Retrieve the full MyKad recognition result — including OCR data, face boxes, tamper-check, and confidence scores — using the requestID returned by MyKad Recognition.
When to Use
▾
Use this endpoint when:
- You did not pass a
notify_urlwhen calling MyKad Recognition - You need to poll for the result on demand
- Auditing or re-fetching past recognition results
Prerequisite: Acquire requestID from the MyKad Recognition response.
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-mykad-result" and the id field set to your requestID.
Step 3: Parse the Result
▾
The response contains nested objects for OCR data, address, faces, glare, tamper-check, and scores.
Request Parameters
▾
EKYC service
Example: "ekyc"
Currently only support 'v1"
Example: "v1"
Selected function
Example: "get-mykad-result"
Refer to explanation below
Request ID from mykad recognition response
Example: "62201d48a694817dede84b35"
Response Parameters
▾
Table ID
Example: "60f79b737b03abf23ad65206"
Action required. One of: `NONE_REQUIRED`, `ATTENTION_REQUIRED`, `INCONCLUSIVE`, `RESOLVED`
Example: NONE_REQUIRED
Client ID
Example: ""
Merchant ID
Example: ""
Recognition status. One of: `SUCCESS`, `MYKAD_NOT_FOUND`, `MYKAD_SINGLE_NOT_FOUND`, `MYKAD_FACE_NOT_FOUND`, `INCOMPLETE`, `OCR_ENGINE_ERROR`, `OCR_ENGINE_CONNECTION`
Example: SUCCESS
Recognition Duration
Example: 3.3465
Detected Landmark
Example: (Refer to explanation below)
Mykad Recognition Results
Example: (Refer to explanation below)
Last update date time
Example: "2022-03-03T01:43:36.963Z"
Create date time
Example: "2022-03-03T01:43:36.963Z"
Inside Objects
▾
Refer to the Objects Data
Example: []
Landmark Detection Duration
Example: 0.0165
Inside Objects Data
▾
Refer to the boxes
Example: []
Confidence of detected landmark
Example: 0.9609
Prediction of detected landmark
Example: "hibiscus_logo"
Inside Boxes
▾
x-coordinate of object in the image
Example: 196
y-coordinate of object in the image
Example: 200
Inside Results
▾
Mykad Recognition Duration
Example: 3.2886
Refer to the Results Colour
Example: (Refer to explanation below)
Refer to the Results Data
Example: (Refer to explanation below)
Refer to the Results Faces
Example: (Refer to explanation below)
Refer to the Results Glare
Example: (Refer to explanation below)
Refer to the Results Meta
Example: (Refer to explanation below)
Refer to the Results Object
Example: (Refer to explanation below)
Refer to the Results OcrRequestIds
Example: (Refer to explanation below)
Refer to the Results Scores
Example: (Refer to explanation below)
Refer to the Results TamperCheck
Example: (Refer to explanation below)
Inside Results Colour
▾
Colour detected
Example: "BLUE"
Percentage of colour in the image
Example: 0.6008
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 Glare
▾
Detailed information of glare
Example: []
Present of glare
Example: false
Inside Results Meta
▾
Resize scale of mykad in the image
Example: 0
Inside Results Object
▾
Confidence of detected mykad
Example: 0.9609
Type of mykad
Example: "ic_1_front"
Inside Results ocrRequestIds
▾
ID of region 1
Example: "62201d4b4fddc13446bd6d0e"
ID of region 2
Example: "62201d4b4fddc13446bd6d0f"
ID of region 3
Example: "62201d4b4fddc13446bd6d10"
Inside Results Scores
▾
Landmark score
Example: 0.5441
OCR score
Example: 0.9033
Mykad searcher score
Example: 0.9
Total score
Example: 0.8295
Inside TamperCheck
▾
Refer to the TamperCheck Face Verification Result
Example: (Refer to explanation below)
Refer to the TamperCheck Result
Example: (Refer to explanation below)
Refer to the TamperCheck Physical
Example: (Refer to explanation below)
Prediction of tamper check
Example: "ORIGINAL"
Refer to the TamperCheck Result
Example: (Refer to explanation below)
Refer to the TamperCheck Result
Example: (Refer to explanation below)
Refer to the TamperCheck Result
Example: (Refer to explanation below)
Inside TamperCheck Face Verification Response
▾
Message from tamper check response
Example: ""
Refer to the Tamper Check Face Verification Result
Example: (Refer to explanation below)
Success status of tamper check
Example: false
Inside TamperCheck Face Verification Result
▾
Check result which is same person
Example: false
Similarity of two faces
Example: 0
Inside TamperCheck Response
▾
Message from tamper check response
Example: ""
Refer to the Tamper Check Result
Example: (Refer to explanation below)
Success status of tamper check
Example: false
Inside TamperCheck Result
▾
Alternated trace of tamper check
Example: false
Confidence score of tamperCheck result
Example: 0.9999
Prediction of tamper check
Example: "ORIGINAL"
Inside TamperCheck Physical
▾
Confidence score of tamperCheck physical
Example: 0
Prediction of tamper check
Example: "ORIGINAL"
Success status of tamper check physical
Example: false