Skip to content

Commit 46e3bc4

Browse files
committed
add finco pay + updated banks names
1 parent 0d85e63 commit 46e3bc4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

clabe/banks.py

Lines changed: 4 additions & 2 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',
@@ -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',

0 commit comments

Comments
 (0)