---
title: "List Institutions"
method: GET
path: "/payments/recipients/institutions"
tags: ["Payment Recipient"]
---

# List Institutions

`GET /payments/recipients/institutions`

Recovers all created payment institutions

## Query parameters

- `pageSize` number, double
- `page` number, double
- `name` string

## Response `200`

Retrieve a list of all payment institutions

- object
  - `page` number, double
  - `total` number, double
  - `totalPages` number, double
  - `results` PaymentInstitution[] — List of payment institutions
    - `id` string, required — Primary identifier
    - `name` string, required — Payment institution name
    - `tradeName` string, required — Payment institution trade name
    - `ispb` string, required — Payment institution ISPB
    - `compe` string — Payment institution COMPE
    - `createdAt` string, date-time, required — Date when the payment institution was created
    - `updatedAt` string, date-time, required — Date when the payment institution was updated

---

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