Sample Response

Success Response Example

{
    "status": "success",
    "message": null,
    "result": [
        {
            "ListVerifiedFields": {
                "pFieldMaps": [
                    {
                        "wLCID": 0,
                        "FieldType": 17,
                        "wFieldType": 17,
                        "Field_MRZ": null,
                        "Field_Visual": "44  LRG KUKANG^TMN KINANTY PHS 2  LUYANG^88300, KOTA KINABALU",
                        "Matrix": null
                    },
                    {
                        "wLCID": 0,
                        "FieldType": 25,
                        "wFieldType": 25,
                        "Field_MRZ": null,
                        "Field_Visual": "CHONG YIN FOON",
                        "Matrix": null
                    }
                ]
            }
        }
    ],
    "documentType": "Malaysia - Electric Bill #3"
}

Failure Response Example

{
  "status":"error",
  "message":"NO_RELEVANT_INFO",
  "result":null,
  "documentType":null
}

Last updated