Skip to content

Commit

Permalink
feat: add support for more banks
Browse files Browse the repository at this point in the history
  • Loading branch information
Ugochukwu Onyebuchi committed Mar 6, 2023
1 parent 798ac25 commit c67354f
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion decide/models/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,26 @@ class Currency(Enum):

class Bank(Enum):
ACCESS = "044"
ALAT = "035A"
CIB = "818147"
ECOBANK = "050"
FBN = "011"
FCMB = "214"
FIDELITY = "070"
GLOBUS = "00103"
GTB = "058"
HSBC = "818039"
UBA = "033"
KEYSTONE = "082"
KUDA = "50211"
MBS = "041"
MPESA = "404001"
PROVIDUS ="101"
POLARIS = "076"
STANBIC = "221"
STERLING = "232"
UBA = "033"
UNITY = "215"
UNION = "032"
ZENITH = "057"


Expand Down

0 comments on commit c67354f

Please sign in to comment.