Government Database Lookup

NIN Lookup Webhooks

The integrator webhook is called with the response after processing the NIN lookup. The following is a sample response:

{  
  "event": "COMPLIANCE_NIN_EVENT",  
  "message": "Ok",  
  "data": {  
    "firstName": "John",  
    "lastName": "Fola",  
    "status": "completed",  
    "middleName": "Chioma",  
    "gender": "m",  
    "phone": "07030500129",  
    "dateOfBirth": "11-03-1932",  
    "nationality": "Nigerian",  
    "nin": "17205451237",  
    "profession": "STUDENT",  
    "stateOfOrigin": "Anambra",  
    "lgaOfOrigin": "Awka South",  
    "placeOfOrigin": "AWKA",  
    "title": "mr",  
    "height": "\*\*\*\*",  
    "email": "[email protected]",  
    "birthState": "Anambra",  
    "birthCountry": "nigeria",  
    "nextOfKin": {  
      "firstName": "Bola",  
      "lastName": "Frank",  
      "middleName": "Ibrahim",  
      "address1": "10 Downing Street.",  
      "address2": "",  
      "lga": "Awka North",  
      "state": "Anambra",  
      "town": "AWKA"  
    },  
    "nspokenlang": "IGBO",  
    "religion": "christianity",  
    "residence": {  
      "address1": "10 Downing Street.",  
      "lga": "Awka North",  
      "state": "Anambra"  
    },  
    "id": "c61060e9-635a-5392-b39d-b1c27479d67c"  
  },  
}
{
  	"x-oneliquidity-signature": "440ff6dad9a57b440ab8c2a61ae0f977dd7b5d4e7a72aae3d8361b4c8dd5e119",
}

BVN Lookup Webhooks

The integrator webhook is called with the response after processing the BVN lookup. The following is a sample response:


{
  "event": "COMPLIANCE_BVN_EVENT",
  "message": "Ok",
  "data": {
    "id": "c61060e9-635a-5392-b39d-b1c27479d67c",
    "status": "completed",
    "bvn": "11122295000",
    "firstName": "Chukwuma",
    "lastName": "Ciroma",
    "middleName": "Adekunle",
    "gender": "Male",
    "phone": "07033239193",
    "dateOfBirth": "11-08-2000"
  },
}
{
  	"x-oneliquidity-signature": "f7d90758d2fc4613e02b990f0f60464edd211ab7236377d2defdef21c9748afd",
}

Driving License lookup Webhooks

The integrator webhook is called with the response after processing the Driving License lookup. The following is a sample response:

{
  "event": "COMPLIANCE_DL_EVENT",
  "message": "Ok",
  "data": {
    "birthDate": "14-04-1931",
    "expiryDate": "15-07-2027",
    "firstName": "OLA",
    "gender": "Male",
    "issuedDate": "15-06-2021",
    "lastName": "DAMOLA",
    "licenseNo": "IKJ29459AB13",
    "middleName": "",
    "stateOfIssue": "ANAMBRA",
    "status": "completed",
    "id": "c61060e9-635a-5392-b39d-b1c27479d67c"
  },
}
{
  	"x-oneliquidity-signature": "9aec066802781bcc459a41aa89da635a8d110bfe4d7f2847c4c67a3303ab7640",
}

The integrator webhook is called with the response after processing the VIN lookup. The following is a sample response:

{
  "event": "COMPLIANCE_VIN_EVENT",
  "message": "Ok",
  "data": {
    "createdAt": "2022-08-13T10:09:22.180Z",
    "fullName": "ADEKUNLE CIROMA I.",
    "lastName": "ADEKUNLE",
    "localGovernment": "ONDO SOUTH",
    "pollingUnit": "TOWN HALL I",
    "pollingUnitCode": "19-10-17-031",
    "registrationAreaWard": "EWEDU",
    "state": "ONDO",
    "status": "completed",
    "vin": "80F5C18A1C295707777",
    "id": "43f91e9a-43bd-4572-9bfe-cc0118ff9c30"
  },
}
{
  	"x-oneliquidity-signature": "0f5d491ca50a084b10937b89cdefd531f0a976fc52a4cc57b9daed141efe1f86",
}