Request

[GET]
{{baseUrl}}api/v1/general/account
ParameterTypeDescription
AppIdstringyou would need to create an app to get your app ID
Authorizationstringprivate key e.g prod_sk_1T1eSavlZxy02OT3OWlvbxK4G

Query parameter

ParameterTypeDescription
account_number *stringA valid NUBANrequired
bank_code *integerBank Coderequired

πŸ“˜ NOTE

The bank codes can be gotten from this endpoint

Sample response

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