Versions
Version 1
POST
https://okaydocdemo.innov8tif.com/ekyc/api/ekyc/v1/doc-verify/ph-postal-back
Request Body
Name
Type
Description
caseNo
string
Reference code given by user
apiKey*
string
To be assigned by Innov8tif
idImageBase64Image*
string
Front prc id card image in base64
{
"status": "success",
"messageCode": "api.success",
"message": "",
"id": "83d2c908-6b6d-4593-abfb-9605816c44bc",
"methodList": [
{
"method": "landmark",
"label": "Landmark Analysis Result",
"componentList": [
{
"code": "l-ph-postal-back-phlpost",
"label": "phlpost",
"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": "screen",
"label": "Screen Detection",
"componentList": [
{
"code": "screen",
"label": "Screen Detection",
"value": "Fail",
"imageUrl": null,
"refImageUrl": null
}
]
}
],
"outputImageList": [
{
"tag": "cropId",
"imageUrl": "/public/image/v2/83d2c908-6b6d-4593-abfb-9605816c44bc?type=cropId"
}
]
}
Postman Collection
Last updated
Was this helpful?