Skip to main content
Retrieve reference data for supported banks. The returned bankId is required when creating recipients or initiating 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
Explore the complete API reference