Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions clabe/banks.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,17 +88,17 @@
'141': '40141',
'715': '90715',
'732': '90732',
'734': '90734',
}


# Descargado de https://www.banxico.org.mx/cep-scl/listaInstituciones.do
# 2022-10-18
# The order of the banks must be alphabetical by bank name
BANK_NAMES = {
'40138': 'ABC Capital',
'40133': 'Actinver',
'40062': 'Afirme',
'90706': 'Arcus',
'90706': 'Arcus Fi',
'90659': 'Asp Integra Opc',
'40128': 'Autofin',
'40127': 'Azteca',
Expand Down Expand Up @@ -128,7 +128,7 @@
'90715': 'Cartera Digital',
'90630': 'CB Intercam',
'40124': 'Citi Mexico',
'40143': 'CI Banco',
'40143': 'CIBanco',
'90631': 'CI Bolsa',
'90901': 'Cls',
'90903': 'CoDi Valida',
Expand All @@ -141,6 +141,7 @@
'40151': 'Donde',
'90616': 'Finamex',
'90634': 'Fincomun',
'90734': 'Finco Pay',
'90689': 'Fomped',
'90699': 'Fondeadora',
'90685': 'Fondo (Fira)',
Expand Down Expand Up @@ -178,6 +179,7 @@
'90646': 'STP',
'90703': 'Tesored',
'90684': 'Transfer',
'40138': 'Uala',
'90656': 'Unagra',
'90617': 'Valmex',
'90605': 'Value',
Expand Down
2 changes: 1 addition & 1 deletion clabe/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.1.1'
__version__ = '2.1.2'
Loading