Skip to content
Lira APILira API

Countries

List supported banks for a country

get/client/countries/{country}/banks

Return the active list of supported banks for a given country. Use the returned `id` as the `bankCode` value when creating an account verification.

Authorization

Bearer token in the Authorization header.

Path parameters

countrystringrequired

ISO 3166-1 alpha-2 country code (e.g. `NG`, `ET`, `ZM`, `TZ`). Case-insensitive.

Response

banksobject[]required

List of active banks supported for the requested country.

Show child attributes
idstringrequired

Bank code. Pass this exact value as `bankCode` when calling /verify/account.

namestringrequired

Display name of the bank.