Banks
List all banks
Retrieve a list of all supported banks and financial institutions
get/api/v1/bila/banks
Query parameters
countrystring
Example:zm
Filter banks by country code
Response
Banks retrieved successfully
Example response
{
"status": true,
"message": "Operation completed successfully",
"data": [
{
"id": "bank-001",
"name": "First National Bank",
"code": "FNB",
"country": "zm",
"type": "commercial"
}
]
}