NUBAN (Regular)

Verify a user's account number for all banks in Nigeria.

This Endpoint will return the Name Information of the account holder. To conduct a live test

{{baseUrl}}/v1/ng/identities/nuban

Request Body

ParametersTypeDescription
firstname
(REQUIRED)
stringFirst Name
lastname
(REQUIRED)
stringLast Name
accountNumber
(REQUIRED)
stringAccount Number
bankCode
(REQUIRED)
stringBank Code
dob
(OPTIONAL)
stringDate Of Birth (YYYY-MM-DD)
phone
(OPTIONAL)
stringPhone Number

Response Sample

{
    "id": 1613,
    "applicant": {
        "firstname": "Bunch",
        "lastname": "Dillon",
        "accountNumber": "1001111111",
        "bankCode": "044"
    },
    "summary": {
        "nuban_check": {
            "status": "EXACT_MATCH",
            "fieldMatches": {
                "firstname": true,
                "lastname": true
            }
        }
    },
    "status": {
        "state": "complete",
        "status": "verified"
    },
    "nuban": {
        "firstname":"Bunch",
        "lastname": "Dillon",
        "middlename": "MAKU",
        "accountName": "Bunch Dillon",
        "accountNumber": "1001111111*",
        "dob": "1922-06-10",
        "accountCurrency": "560",
        "mobileNumber": "08100000000*",
        "bvn": "1001111111"
    }
}