Version 1

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

Request Body

Name
Type
Description

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
}

Input Example

{
    "apiKey":"apikey",
    "nik":"317405112312443",
    "name":"JAMES",
    "birthdate":"16-10-1989",
    "birthplace":"JAKARTA",
    "selfie_photo":"/9j/4AAQSkZJRgABAQEBLAEsAAD/" 
}

Last updated