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
countrystringrequiredISO 3166-1 alpha-2 country code (e.g. `NG`, `ET`, `ZM`, `TZ`). Case-insensitive.
Response
banksobject[]requiredList of active banks supported for the requested country.
Show child attributes
idstringrequiredBank code. Pass this exact value as `bankCode` when calling /verify/account.
namestringrequiredDisplay name of the bank.