Resolve Nuban

This endpoint returns the account name linked to an account number

Request

{{baseUrl}}api/v1/general/account

Headers

ParameterTypeDescription
AppIdstringyou would need to create an app to get your app ID
Authorizationstringprivate key e.g prod_sk_1T1eSavlZxy02OT3OWlvbxK4G

Query Parameters

Parameter Type Description
account_number * string A valid NUBAN required
bank_code * integer Bank Code required

πŸ“˜

NOTE

The bank codes can be gotten from this endpoint

Response Sample

{
  "entity": {
    "account_number": "4146507207",
    "account_name": "FEMI ADEWALE KOLAWOLE"
  }
}