GET
/
api
/
v1
/
kyc
/
nuban
curl --request GET \
  --url https://api.dojah.io/api/v1/kyc/nuban \
  --header 'AppId: <appid>' \
  --header 'Authorization: <api-key>'
{
  "entity": {
    "account_name": "ADE MICHEAL KOLAWOLE",
    "identity_number": "22231426256",
    "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": ""
  }
}

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": "ADE MICHEAL KOLAWOLE",
    "identity_number": "22231426256",
    "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": ""
  }
}

Was this page helpful?