Seamfix VIN Service

This confirms the authenticity of a voters identification number.

📘

URL information

Base URL: https://app.verified.ng
URL: {{BASEURL}}/sfx-verify/v2/vin

Request & Response

API Header
userid : xxxxxx
api-key : xxxxx
Request ParameterVIN
firstnameRequired
surnameRequired
phoneOptional
emailOptional
vinRequired
dobRequired
callbackURLRequired
Response ParameterTypeDescription
descriptionStringThis is a description of the response received.
statusStringThis is the status of the response. It can either be Verified, Not Verified or Pending.
referenceNoStringEvery response comes with a reference number. You are advised to save this number, this will be useful for when you get a response with Pending Status, as our callback request will come with the reference number.
verifiedBooleanThis is a boolean of true or false.

Samples

Request sample

{
	"firstname":"Thomas",
	"surname":"Ebere",
	"dob":"1996-04-23",
	"vin":"90f5b1589f408811111",
	"phone":"08167396655",
	"email":"[email protected]",
	"callbackURL":"https://yoursite.com/callback"
}

Response sample

{
"description": "Successfully retrieved the status of the frsc verification",
"status": "VERIFIED",
"referenceNo": "VERNG|UVERIFY|BVN|1562687877667",
"verified": true
}