# Institutions List

The following Mexican banking institutions are supported for direct debit processing. Use the **ID** value when specifying the `instrument_bank` field in charge request files or API calls.

| Institution | Code | ID |
|  --- | --- | --- |
| Banamex | 002 | `mx_banamex` |
| Banca Afirme | 062 | `mx_afirme` |
| Banca Mifel | 042 | `mx_mifel` |
| Banco Actinver | 133 | `mx_prudential` |
| Banco Azteca | 127 | `mx_azteca` |
| Banco Bancrea | 152 | `mx_bancrea` |
| Banco Compartamos | 130 | `mx_compartamos` |
| Banco Del Bajio | 030 | `mx_bajio` |
| Banco Inbursa | 036 | `mx_inbursa` |
| Banco Invex | 059 | `mx_invex` |
| Banco Multiva | 132 | `mx_multiva` |
| Banco Ve Por Mas | 113 | `mx_vepormas` |
| Bancoppel | 137 | `mx_bancoppel` |
| Banjercito | 019 | `mx_banjercito` |
| Banorte | 072 | `mx_banorte` |
| Banregio | 058 | `mx_banregio` |
| Bank of America | 106 | `mx_america` |
| Bankaaol | 147 | `mx_bankaaol` |
| BBVA | 012 | `mx_bbva` |
| Cibanco | 143 | `mx_ci` |
| Citibanamex | 124 | `mx_citi_banamex` |
| Fundacion Donde | 151 | `mx_fundacion_donde` |
| HSBC | 021 | `mx_hsbc` |
| Santander | 014 | `mx_santander` |
| Scotiabank | 044 | `mx_scotiabank` |


## Usage

The `instrument_bank` field is required when the instrument type is `mx_direct_debit_card`. It is not required for `mx_clabe` instruments, as the bank is encoded in the CLABE number itself.

**API example:**


```json
{
  "type": "mx_direct_debit_card",
  "mx_direct_debit_card": {
    "card_number": "012180015118333755",
    "bank": "mx_santander"
  }
}
```

**Batch file example:**

| instrument_type | instrument_bank | instrument_identifier |
|  --- | --- | --- |
| mx_direct_debit_card | mx_santander | 012180015118333755 |