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
Application ID from dashboard
Query parameter
Bank code associated with the bank
RESPONSES
{
"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": ""
}
}