Versions

Version 1

POST https://okaydbdemo.innov8tif.com/ekyc/okaydb/api/idn/v1

Request Body

NameTypeDescription

selfie_photo *

string

Selfie photo in base64 string

birthplace*

string

Birthplace as shown on ID card. Used for birthplace matching

birthdate*

string

Birthdate as shown on ID card. Used for birthdate matching.

name*

string

Name as shown on ID card. Used for name matching.

nik*

string

NIK number

apiKey*

string

To be assigned by Innov8tif

{
    "status": "success",
    "nameMatch": true,
    "birthdateMatch": true,
    "birthplaceMatch": true,
    "address": "JL.S*K*L*H D*T* *** / 25",
    "faceDetected": 0.0
}

Postman Collection

Last updated