v1

latestOpenAPI 3.0.0Proprietary2026-07-2642128296.2 KB
Banks

List banks by country

List all banks and financial institutions on Shinkansen's own database — filtered by Country or Schema.

get/schemas/banks

Response

A list of banks.

clcmf_codestring

The local code for the bank. Only available for Chile. The property doesn't appear for other countries.

pecci_codestring

The local code for the bank. Only available for Peru. The property doesn't appear for other countries.

mxspei_codestring

The local code for the bank. Only available for Mexico. The property doesn't appear for other countries.

cocomp_codestring

The local code for the bank. Only available for Colombia. The property doesn't appear for other countries.

fin_idstring

The Fin ID for the bank.

Example response

[
  {
    "clcmf_code": "001",
    "pecci_code": "813",
    "mxspei_code": "40130",
    "cocomp_code": "558",
    "fin_id": "BANCO_DE_CHILE_CL"
  }
]