Request

[GET]
{{baseUrl}}/api/v1/kyc/nuban
ParameterTypeDescription
AppIdstringyou would need to create an app to get your app ID
Authorizationstringpublic secret key e.g prod_sk_1T1eSavlZxy02OT3OWlvbxK4G

Query parameters

ParameterTypeDescription
account_number *stringBank account numberrequired
bank_code *integerBank Coderequired

πŸ“˜ Note

The bank codes can be gotten from this endpoint

Sample response

Response
{
  "entity": {
    "account_currency": "566",
    "account_name": "MICHEAL ADEOSUN GABRIEL",
    "account_number": "3046***407",
    "account_type": "10",
    "address_1": ".",
    "address_2": "",
    "city": "LAGOS",
    "country_code": "",
    "country_of_birth": "",
    "country_of_issue": "",
    "dob": "10/06/1982",
    "expiry_date": "",
    "first_name": "John",
    "identity_number": "222******556",
    "identity_type": "BVN",
    "last_name": "ADEOSUN",
    "nationality": "",
    "other_names": "GABRIEL",
    "phone": "2348****77844",
    "postal_code": "234",
    "state_code": "LAGOS"
  }
}

Test Credentials for Sandbox

Kindly use this Test NUBAN in sandbox Environment

Account Number = 3046507407 Bank Code = 011

Was this page helpful?