GET
/
api
/
v1
/
general
/
account
Resolve Nuban
curl --request GET \
  --url https://api.dojah.io/api/v1/general/account \
  --header 'AppId: <appid>' \
  --header 'Authorization: <api-key>'
{
  "entity": {
    "account_number": "4146507207",
    "account_name": "FEMI ADEWALE KOLAWOLE"
  }
}

What is a NUBAN?

NUBAN means Nigerian Uniform Bank Account Number. It is the standardized system for numbering bank accounts in Nigeria Resolve NUBAN is an endpoint fetches all the information associated with a NUBAN
AppId
string
required
Application ID from dashboard

Query parameter

bank_code
string
required
Bank code associated with account number
account_number
string
required
{
  "entity": {
    "account_number": "4146507207",
    "account_name": "FEMI ADEWALE KOLAWOLE"
  }
}