Bell BAAS
  • Introduction
  • Getting Started
  • REFERENCES
    • Virtual Accounts
      • Create Client (Individual)
      • Create Client (Corporate)
      • Get Client Accounts
      • Name Enquiry (Internal)
      • Get Account Info
    • Bank Transfer
      • Bank List
      • Name Enquiry
      • Transfer
      • Requery Transfer
    • Transactions
      • All Transactions
      • Transaction by Reference
  • WEBHOOK
    • Transaction Notification
Powered by GitBook
On this page
  1. REFERENCES
  2. Bank Transfer

Bank List

Retrieve a list of all supported banks to ensure valid bank codes are used in transactions

Get Bank List

GET /v1/transfer/banks

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Response

{
    "success": true,
    "message": "Banks fetched successfully",
    "data": [
        {
            "institutionCode": "110005",
            "institutionName": "3LINE CARD MANAGEMENT LIMITED",
            "category": "11"
        },
        {
            "institutionCode": "120001",
            "institutionName": "9 payment service Bank",
            "category": "12"
        },
        {
            "institutionCode": "050005",
            "institutionName": "AAA FINANCE",
            "category": "5"
        },
        {
            "institutionCode": "090270",
            "institutionName": "AB MICROFINANCE BANK",
            "category": "9"
        },
        {
            "institutionCode": "070010",
            "institutionName": "ABBEY MORTGAGE BANK",
            "category": "7"
        },
        {
            "institutionCode": "090260",
            "institutionName": "ABOVE ONLY MICROFINANCE BANK",
            "category": "9"
        },
        {
            "institutionCode": "090640",
            "institutionName": "ABSU Microfinance Bank",
            "category": "9"
        },
        {
            "institutionCode": "090197",
            "institutionName": "ABU MICROFINANCE BANK",
            "category": "9"
        },
        {
            "institutionCode": "090424",
            "institutionName": "Abucoop  Microfinance Bank",
            "category": "9"
        },
        {
            "institutionCode": "090545",
            "institutionName": "ABULESORO MICROFINANCE BANK LTD",
            "category": "9"
        },
        {
            "institutionCode": "090202",
            "institutionName": "ACCELEREX NETWORK",
            "category": "11"
        },
        {
            "institutionCode": "000014",
            "institutionName": "ACCESS BANK",
            "category": "2"
        },
        {
            "institutionCode": "000005",
            "institutionName": "ACCESS BANK PLC (DIAMOND)",
            "category": "2"
        },
        {
            "institutionCode": "100013",
            "institutionName": "ACCESSMONEY",
            "category": "10"
        }
```
    ]
}
{
  "success": false,
  "message": "Request Un-Successful",
  "data": null
}
PreviousBank TransferNextName Enquiry

Last updated 7 months ago