Sample Input

Input Example for MyKas

Request Code Block
{
    "journeyId":"7851b4e3-df09-4ab6-8091-xxxxxxxx",
    "type":"nonpassport",
    "idImageBase64Image": "",
    "version": "2",
    "docType":"mykas"
}

If the ID card is Malaysia's MyKad, additional parameters can be added as below.

Input Example for MyKad (OkayDoc Version 7)

Request Code Block
```postman_json
{
    "journeyId":"",
    "type":"nonpassport",
    "idImageBase64Image": "",
    "version": "7",
    "docType":"mykad",
    "landmarkCheck":true,
    "fontCheck":true,
    "microprintCheck":true,
    "photoSubstitutionCheck":true,
    "icTypeCheck":true,
    "colorMode":true,
    "hologram":true,
    "screenDetection":true,
    "ghostPhotoColorDetection":true,
    "idBlurDetection":true,
    "idBrightnessDetection":true,
    "otherDocList": [
 
        {
            "base64Image": "",
            "type": "with_flash"
        }
    ]
}
```

Input Example for MyKad (OkayDoc Version 7-1)

Input Example for Cambodia ID

If the document is Cambodia's ID card, additional parameters can be added.

Lists of ID Documents that supported flash-image as a secondary image

  • MyKad Front

  • Cambodia ID Front

  • Indonesia eKTP Front

  • Hong Kong ID Front

  • China ID Front

  • Philippines Driving License

  • Singapore ID Front

  • Malaysia Driving License

  • Philippines SSS

  • Philippines UMID

Full example of image with flash (Cambodia ID Front)

Last updated