---
title: "List legal person payees"
method: GET
path: "/v0/legal-persons/{legal-person-id}/bank/payees"
tags: ["Payees"]
---

# List legal person payees

`GET /v0/legal-persons/{legal-person-id}/bank/payees`

Lists payees belonging to the legal person.

## Path parameters

- `legal-person-id` string, required

## Query parameters

- `sort` '-created-at' | 'created-at'
- `include` string[]
- `page[size]` integer
- `page[after]` string, byte
- `page[before]` string, byte

## Response `200`

OK

- object
  - `payees` object[], required
    - `cop-request-url` union — Link to a [CoP request](#tag/Confirmation-of-payee).
      - string
      - string
    - `payee-url` union, required — Link to the [payee](#tag/Payees).
      - string
      - string
    - `account-number` string, required — A UK account number.
    - `account-holder` string, required — The name of the [account holder](/docs/terms/account-holder).
    - `legal-person-url` union, required — A contextual link to the [legal person](#tag/Legal-persons).
      - string
      - string
    - `bank-id` string, required — A UK sort code.
    - `created-at` string, date-time, required — ISO 8601 formatted date-time.
    - `account-url` union — Link to the bank account resource.
      - string
      - string
    - `payee-status` 'deactivated' | 'active', required — The status of the payee; you can only make payments to active payees.
    - `country-code` string, required — ISO 3166-1 alpha-2 two-letter country code.
  - `links` object, required
    - `prev` string, nullable, required
    - `next` string, nullable, required
  - `included` unknown

## Other responses

- `400` — Bad Request
- `401` — Requires an API key to continue

---

[API](https://skmtc.net/griffin/apis/the-griffin-api.md) · [All operations](https://skmtc.net/griffin/apis/the-griffin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/griffin/the-griffin-api/revisions/178ed43d543b/schema)
