v1

latestOpenAPI 3.1.02026-07-2652084.4 KB

Get Bank Meta

get/general/getBankMeta

Response

200

bankCategorystring
bankNamestring
cbnBankCodestring
customerSupportEmailstring
customerSupportPhonestring
headOfficeAddressstring
incorporationDatestring
nibssCodestring
numberOfBranchesstring
numberOfCountryCodestring
rcstring
socialMediaTypeAndAddressstring
swiftCodestring
websitestring

Example response

[
  {
    "bankCategory": "COMMERCIAL",
    "bankName": "string",
    "cbnBankCode": "string",
    "customerSupportEmail": "string",
    "customerSupportPhone": "string",
    "headOfficeAddress": "string",
    "incorporationDate": "string",
    "nibssCode": "string",
    "numberOfBranches": "string",
    "numberOfCountryCode": "string",
    "rc": "string",
    "socialMediaTypeAndAddress": "string",
    "swiftCode": "string",
    "website": "string"
  }
]