---
title: "List banks by country"
method: GET
path: "/schemas/banks"
tags: ["Banks"]
---

# List banks by country

`GET /schemas/banks`

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

## Response `200`

A list of banks.

- object[]
  - `clcmf_code` string — The local code for the bank. Only available for Chile. The property doesn't appear for other countries.
  - `pecci_code` string — The local code for the bank. Only available for Peru. The property doesn't appear for other countries.
  - `mxspei_code` string — The local code for the bank. Only available for Mexico. The property doesn't appear for other countries.
  - `cocomp_code` string — The local code for the bank. Only available for Colombia. The property doesn't appear for other countries.
  - `fin_id` string — The Fin ID for the bank.

## Other responses

- `400` — One of Country or Schema is required.

---

[API](https://skmtc.net/shinkansen/apis/payouts-shinkansen-endpoints.md) · [All operations](https://skmtc.net/shinkansen/apis/payouts-shinkansen-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shinkansen/payouts-shinkansen-endpoints/revisions/1e4a6760b7e8/schema)
