Misc.list_banks() - List Banks
from paystackapi.misc import Misc
response = Misc.list_banks()Or with keyword args - the args are query params on the Paystack API.
from paystackapi.misc import Misc
response = Misc.list_banks(country="ghana", currency="NGN")Optional Arguments
country: Country to return its bankscurrency: Currencygateway: Gateway type of banks
Returns
JSON data from paystack API.