Versions

Version 4

POST https://okaydocdemo.innov8tif.com/ekyc/api/passport/v4/verify

circle-info

OkayDoc Passport v4 adds ID Tampering Detection

Request Body

Name
Type
Description

apiKey*

string

To be assigned by Innov8tif

country*

string

"OTHER" - All countries

halfSizeImage*

string

Half-sized passport image in base64

fullSizeImage

string

Full-sized passport image in base64

{
    "status": "success",
    "messageCode": "api.success",
    "message": null,
    "id": "7eeb537c-f6ec-4fc8-9d5f-475dde025429",
    "methodList": [
        {
            "method": "idBlurDetection",
            "label": "Blurriness Detection",
            "componentList": [
                {
                    "code": "idBlurDetection",
                    "label": "Blurriness Detection",
                    "value": "Pass",
                    "imageUrl": null,
                    "refImageUrl": null
                }
            ]
        },
        {
            "method": "idBrightnessDetc",
            "label": "Brightness Detection",
            "componentList": [
                {
                    "code": "idBrightnessDetc",
                    "label": "Brightness Detection",
                    "value": "Pass",
                    "imageUrl": null,
                    "refImageUrl": null
                }
            ]
        },
        {
            "method": "colorMode",
            "label": "Color Detection",
            "componentList": [
                {
                    "code": "colorMode",
                    "label": "Color Detection",
                    "value": "Pass",
                    "imageUrl": null,
                    "refImageUrl": null
                }
            ]
        },
        {
            "method": "screen",
            "label": "Screen Detection",
            "componentList": [
                {
                    "code": "screen",
                    "label": "Screen Detection",
                    "value": "Pass",
                    "imageUrl": null,
                    "refImageUrl": null
                }
            ]
        },
        {
            "method": "idTamper",
            "label": "ID Tamper Detection",
            "componentList": [
                {
                    "code": "idTamper",
                    "label": "ID Tamper Detection",
                    "value": "Fail",
                    "imageUrl": null,
                    "refImageUrl": null
                }
            ]
        }
    ],
    "outputImageList": null
}

Version 3

POST https://okaydocdemo.innov8tif.com/ekyc/api/passport/v3/verify

Request Body

Name
Type
Description

caseNo

string

Reference code given by user

apiKey*

string

To be assigned by Innov8tif

country*

string

Deprecated

IND - India; SGP - Singapore; IDN - Indonesia; BGD - Bangladesh; MMR - Myanmar NPL - Nepal; PAK - Pakistan; PHL - Philippines; VNM - Vietnam OTHER - other countries

halfSizeImage*

string

Half-sized passport image in base64

fullSizeImage

string

Full-sized passport image in base64

Postman Collection

OkayDoc Passport v3

Version 2

POST https://okaydocdemo.innov8tif.com/ekyc/api/passport/v2/verify

Request Body

Name
Type
Description

caseNo

string

Reference code given by user

apiKey*

string

To be assigned by Innov8tif

country*

string

Deprecated

IND - India; SGP - Singapore; IDN - Indonesia; BGD - Bangladesh; MMR - Myanmar NPL - Nepal; PAK - Pakistan; PHL - Philippines; VNM - Vietnam OTHER - other countries This will return color and screen detection result only.

halfSizeImage*

string

Half-sized passport image in base64

fullSizeImage

string

Full-sized passport image in base64

Postman Collection

OkayDoc Passport v2

Version 1 (Deprecated)

POST https://okaydocdemo.innov8tif.com/ekyc/api/passport/v1/verify

Request Body

Name
Type
Description

caseNo

string

Reference code given by user

apiKey*

string

To be assigned by Innov8tif

country*

string

IND - India; SGP - Singapore; IDN - Indonesia; BGD - Bangladesh; MMR - Myanmar NPL - Nepal; PAK - Pakistan; PHL - Philippines; VNM - Vietnam

halfSizeImage*

string

Half-sized passport image in base64

fullSizeImage

string

Full-sized passport image in base64

Postman Collection

OkayDoc Passport v1

Last updated