---
title: "GET /banks"
method: GET
path: "/banks"
tags: ["Bank"]
---

# GET /banks

`GET /banks`

## Get banks
 Get all banks available

## Query parameters

- `authorization` string

## Response `200`

Array of BankBase model instances

- object[]
  - `id` integer
  - `name` string
  - `countryId` integer
  - `accountValidator` object
    - `type` object
      - `ahorros` object
        - `$id` string
        - `title` string
        - `description` string
        - `type` string
        - `maxLength` integer
        - `minLength` integer
        - `pattern` string
      - `corriente` object
        - `$id` string
        - `title` string
        - `description` string
        - `type` string
        - `maxLength` integer
        - `minLength` integer
        - `pattern` string
  - `active` boolean
  - `createdAt` string
  - `updatedAt` string

---

[API](https://skmtc.dev/loopay/apis/loopay-api.md) · [All operations](https://skmtc.dev/loopay/apis/loopay-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/loopay/loopay-api/revisions/2f7c6537d598/schema)
