Versions
Version 1
POST
https://okaydocdemo.innov8tif.com/ekyc/api/ekyc/v1/doc-verify/ph-national-id-back
Request Body
Name
Type
Description
apiKey*
String
Provided by Innov8tif Solutions
idImageBase64Image
String
National ID Card in base64 format
{
"status": "success",
"messageCode": "api.success",
"message": "",
"id": "4cff8454-97f7-4a2d-8928-77e8f4443404",
"methodList": [
{
"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": [
{
"tag": "cropId",
"imageUrl": "/public/image/v2/4cff8454-97f7-4a2d-8928-77e8f4443404?type=cropId"
}
]
}
{
status: "error"
}
Last updated