Skip to main content
POST
Verify BVN with face match

Authorizations

X-API-Key
string
header
required

Server-to-server auth. Send your API key in the "X-API-Key" header and your API secret in the "X-API-Secret" header.

Body

application/json

BVN and face image URL

bvn
string
required
Example:

"22222222222"

imageUrl
string
required

Publicly reachable URL of the face image to compare against.

Example:

"https://cdn.example.com/selfie.jpg"

Response

OK

data
object
success
boolean
Example:

true