Identity verification

This endpoint allows you to verify identities for BVN, NIN, Passport, Drivers License and PVC.

POST

{{baseurl}}/v1/identities/candidates/check
Field
Type
Description

token

String

API secret token

Parameter

Field
Type
Description

report_typeoptional

String

Report type

Default value: identity

reference

String

Identity number. One of BVN, NIN, Passport, Drivers License and PVC

type

String

Must be one of ibvn, passport, inec, frsc, nin, nin_facial, bvn_facial or passport_facial

subject_consent

Boolean

Indicate subject has given consent. Must be true

last_name

String

last name of subject. required for passport and passport_facial and optional for other IDs

first_nameoptional

String

firstname of subject

middle_nameoptional

String

middlename of subject

doboptional

String

date of birth

image

String

Base64 or Image URL to compare ID image with. Required for type of bvn_facial, nin_facial and passport_facial

{
    "report_type": "identity",
    "type": "ibvn",
    "reference": "20202xxxxxx",
    "first_name": "Famous",
    "middle_name": "",
    "last_name": "Ehichioya",
    "dob": "1988-04-04",
    "subject_consent": true
}

Sample Responses for each verification

Last updated

Was this helpful?