Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 499 Bytes

File metadata and controls

26 lines (18 loc) · 499 Bytes

Miscellaneous

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 banks
  • currency: Currency
  • gateway: Gateway type of banks

Returns

JSON data from paystack API.