Browpay API Documentation
  • Home
  • Escrow QuickStart Guide
  • Authentication
  • Webhooks
    • Signature Validation
    • Encryption and Decryption
  • Payments
    • Collect Payments
      • Initialize Transaction
      • Verify Payments
      • List Payments
    • Transaction Codes
      • Verify Token
      • List Codes
  • Payouts
    • Account Resolution
    • Transfers
      • Create Transfer
      • Fetch Transfer
      • List Transfers
  • Customers
    • Fetch Customers
    • Load Customer
  • Products
    • Fetch Products
  • Miscellaneous
    • Balances
    • Banks
    • Countries
  • Plugins
    • Plugins and Libraries
Powered by GitBook
On this page

Was this helpful?

  1. Miscellaneous

Banks

Available Banks we support

GET {{base_url}}/banks

{
    "success": true,
    "message": "Data retrieved successfully",
    "data": [
   {
            "id": 118,
            "name": "Titan Bank",
            "currency": "NGN",
            "slug": "titan-bank",
            "type": "nuban",
            "bank_code": "102",
            "nibss_code": "000025"
        },
        {
            "id": 119,
            "name": "U&C Microfinance Bank Ltd (U AND C MFB)",
            "currency": "NGN",
            "slug": "uc-microfinance-bank-ltd-u-and-c-mfb-ng",
            "type": "nuban",
            "bank_code": "50840",
            "nibss_code": "090315"
        },
        {
            "id": 120,
            "name": "Uhuru MFB",
            "currency": "NGN",
            "slug": "uhuru-mfb-ng",
            "type": "nuban",
            "bank_code": "51322",
            "nibss_code": "090517"
        },
        {
            "id": 121,
            "name": "Unaab Microfinance Bank Limited",
            "currency": "NGN",
            "slug": "unaab-microfinance-bank-limited-ng",
            "type": "nuban",
            "bank_code": "50870",
            "nibss_code": "090331"
        },
        {
            "id": 122,
            "name": "Unical MFB",
            "currency": "NGN",
            "slug": "unical-mfb",
            "type": "nuban",
            "bank_code": "50871",
            "nibss_code": "090193"
        },
        {
            "id": 124,
            "name": "Union Bank of Nigeria",
            "currency": "NGN",
            "slug": "union-bank-of-nigeria",
            "type": "nuban",
            "bank_code": "032",
            "nibss_code": "000018"
        },
        {
            "id": 125,
            "name": "United Bank For Africa",
            "currency": "NGN",
            "slug": "united-bank-for-africa",
            "type": "nuban",
            "bank_code": "033",
            "nibss_code": "000004"
        },
        {
            "id": 126,
            "name": "Unity Bank",
            "currency": "NGN",
            "slug": "unity-bank",
            "type": "nuban",
            "bank_code": "215",
            "nibss_code": "000011"
        },
        {
            "id": 128,
            "name": "VFD Microfinance Bank Limited",
            "currency": "NGN",
            "slug": "vfd",
            "type": "nuban",
            "bank_code": "566",
            "nibss_code": "090110"
        }
    ]
}
PreviousBalancesNextCountries

Last updated 1 year ago

Was this helpful?