Versions
Version 1
POST
https://okaydocdemo.innov8tif.com/ekyc/api/ekyc/v1/doc-verify/tw-id-back
Request Body
Name | Type | Description |
---|---|---|
apiKey* | String | Provided by Innov8tif Solutions |
idImageBase64Image* | String | Taiwan ID Back in base64 format |
{
"status": "success",
"messageCode": "api.success",
"message": "",
"id": "4ebffa82-4500-4bf5-9146-bf63b8aa33ae",
"methodList": [
{
"method": "landmark",
"label": "Landmark Analysis Result",
"componentList": [
{
"code": "l-tw-id-back-barcode",
"label": "Barcode Landmark",
"value": "0",
"imageUrl": null,
"refImageUrl": null
},
{
"code": "l-tw-id-back-logo-1",
"label": "Logo 1 Landmark",
"value": "0",
"imageUrl": null,
"refImageUrl": null
},
{
"code": "l-tw-id-back-logo-2",
"label": "Logo 2 Landmark",
"value": "0",
"imageUrl": null,
"refImageUrl": null
}
]
},
{
"method": "idBlurDetection",
"label": "ID Blur Detection",
"componentList": [
{
"code": "idBlurDetection",
"label": "ID Blur Detection",
"value": "Fail",
"imageUrl": null,
"refImageUrl": null
}
]
},
{
"method": "idBrightnessDetc",
"label": "ID Brightness Detection",
"componentList": [
{
"code": "idBrightnessDetc",
"label": "ID Brightness Detection",
"value": "Fail",
"imageUrl": null,
"refImageUrl": null
}
]
},
{
"method": "colorMode",
"label": "Color Mode",
"componentList": [
{
"code": "colorMode",
"label": "Color Mode",
"value": "Fail",
"imageUrl": null,
"refImageUrl": null
}
]
},
{
"method": "screen",
"label": "Screen Detection",
"componentList": [
{
"code": "screen",
"label": "Screen Detection",
"value": "Fail",
"imageUrl": null,
"refImageUrl": null
}
]
}
],
"outputImageList": null
}
{
status:"error"
}
Last updated