Skip to main content
GET
/
api
/
v1
/
kyc
/
nuban
Lookup NUBAN
curl --request GET \
  --url https://api.dojah.io/api/v1/kyc/nuban \
  --header 'AppId: <appid>' \
  --header 'Authorization: <api-key>'
{
  "entity": {
    "account_name": "JOHN DOE MUSA",
    "identity_number": "2*****26256",
    "identity_type": "BVN",
    "bank": "First Bank",
    "account_currency": "NGN",
    "first_name": "",
    "last_name": "",
    "other_names": "",
    "gender": "",
    "dob": "",
    "phone": "",
    "postal_code": "",
    "state_code": "",
    "country_code": "",
    "country_of_birth": "",
    "nationality": "",
    "expiry_date": "",
    "address_1": "",
    "address_2": ""
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.dojah.io/llms.txt

Use this file to discover all available pages before exploring further.

What is NUBAN?

NUBAN means Nigerian Uniform Bank Account Number. It is standardized system for numbering bank accounts in Nigeria
AppId
string
required
Application ID from dashboard

Query parameter

account_number
string
required
Account Number of user
bank_code
string
required
Bank code associated with the bank

RESPONSES

200
json
json
400
Object
401
Object
{
  "entity": {
    "account_name": "JOHN DOE MUSA",
    "identity_number": "2*****26256",
    "identity_type": "BVN",
    "bank": "First Bank",
    "account_currency": "NGN",
    "first_name": "",
    "last_name": "",
    "other_names": "",
    "gender": "",
    "dob": "",
    "phone": "",
    "postal_code": "",
    "state_code": "",
    "country_code": "",
    "country_of_birth": "",
    "nationality": "",
    "expiry_date": "",
    "address_1": "",
    "address_2": ""
  }
}