Skip to content

Commit a458d8d

Browse files
authored
Update banks (#177)
* add finco pay + updated banks names * version * update cibanco
1 parent 0d85e63 commit a458d8d

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

clabe/banks.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,17 +88,17 @@
8888
'141': '40141',
8989
'715': '90715',
9090
'732': '90732',
91+
'734': '90734',
9192
}
9293

9394

9495
# Descargado de https://www.banxico.org.mx/cep-scl/listaInstituciones.do
9596
# 2022-10-18
9697
# The order of the banks must be alphabetical by bank name
9798
BANK_NAMES = {
98-
'40138': 'ABC Capital',
9999
'40133': 'Actinver',
100100
'40062': 'Afirme',
101-
'90706': 'Arcus',
101+
'90706': 'Arcus Fi',
102102
'90659': 'Asp Integra Opc',
103103
'40128': 'Autofin',
104104
'40127': 'Azteca',
@@ -128,7 +128,7 @@
128128
'90715': 'Cartera Digital',
129129
'90630': 'CB Intercam',
130130
'40124': 'Citi Mexico',
131-
'40143': 'CI Banco',
131+
'40143': 'CIBanco',
132132
'90631': 'CI Bolsa',
133133
'90901': 'Cls',
134134
'90903': 'CoDi Valida',
@@ -141,6 +141,7 @@
141141
'40151': 'Donde',
142142
'90616': 'Finamex',
143143
'90634': 'Fincomun',
144+
'90734': 'Finco Pay',
144145
'90689': 'Fomped',
145146
'90699': 'Fondeadora',
146147
'90685': 'Fondo (Fira)',
@@ -178,6 +179,7 @@
178179
'90646': 'STP',
179180
'90703': 'Tesored',
180181
'90684': 'Transfer',
182+
'40138': 'Uala',
181183
'90656': 'Unagra',
182184
'90617': 'Valmex',
183185
'90605': 'Value',

clabe/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.1.1'
1+
__version__ = '2.1.2'

0 commit comments

Comments
 (0)