v1

latestOpenAPI 3.1.02026-07-2611041.1 KB

Copy of LASRRA ID Number

Using the Lagos State Residents Registration Agency (LASRRA), you can confirm a customer's identification using their LASRRA ID number.

post/v2/ng/identities/aml-pep

Request body

entityNamestring required
typestring
countrystring[]
genderstring

Response

200

idinteger required

Example response

{
  "id": 1603,
  "summary": {
    "drivers_license_check": {
      "status": "EXACT_MATCH",
      "fieldMatches": {
        "firstname": true,
        "lastname": true
      }
    }
  },
  "status": {
    "state": "complete",
    "status": "verified"
  }
}