---
title: "Retrieve Institution"
method: GET
path: "/payments/recipients/institutions/{id}"
tags: ["Payment Recipient"]
---

# Retrieve Institution

`GET /payments/recipients/institutions/{id}`

Recovers the payment institution resource by its id

## Path parameters

- `id` string, uuid, required

## Response `200`

Retrieve a payment institution.

- PaymentInstitution — Response with information related to a payment institution
  - `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

## Other responses

- `404` — Payment Institution not found

---

[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)
