Skip to main content
GET/api/v1/kyc/bvn
Confirm that a name and date of birth match a BVN β€” without pulling the full record. Returns a per-field match status and confidence score.

Headers

Query parameters

Response

Each supplied field comes back with a status (matched or not) and, for names, a confidence_value from 0–100. Use this when you only need to verify identity, not retrieve it.

When the BVN isn’t found

An unknown BVN returns 400 with an error message:
400 β€” Bad Request

Errors

Sandbox

Test with bvn=22222222222 against https://sandbox.dojah.io. See Sandbox & test data for every test value.