Skip to main content
POST/api/v1/kyc/bvn/verify
Match a user’s selfie against the photo held for their Nigerian BVN or NIN, and retrieve the full identity record in the same call.

Headers

Body parameters

Response

The BVN endpoint returns the BVN identity record with a nested selfie_verification object (confidence_value and match). Response trimmed for readability.

Verify NIN with a selfie

Call POST /api/v1/kyc/nin/verify with nin and selfie_image (and optional first_name / last_name) to match a selfie against the photo on file for a NIN. It returns the NIN identity record with the same selfie_verification object.
200 — /api/v1/kyc/nin/verify

Errors