Skip to main content
The Banks API provides reference data for all supported banks and financial institutions.

Overview

Use this endpoint to get a list of supported banks when creating transfer recipients or resolving bank accounts. The bank ID returned is required when making bank transfers.

Endpoints

EndpointMethodDescription
/bila/banksGETList all supported banks

Query Parameters

ParameterTypeDescription
countrystringFilter banks by country code (zm)

Bank Object

{
  "id": "bank-001",
  "name": "Zambia National Commercial Bank",
  "code": "ZNBC",
  "country": "zm",
  "type": "bank"
}

Example Request

curl -X GET "https://api.usebila.com/api/v1/bila/banks?country=zm" \
  -H "x-api-key: sk_test_your_api_key"

Supported Countries

CountryCodeBanks Available
ZambiazmAll major banks

API Reference

View the interactive API reference for Banks endpoints