---
title: "List all payees"
method: GET
path: "/payees"
tags: ["Faster Payments"]
---

# List all payees

`GET /payees`

Returns a paginated list of Payee records created against the authenticated company. Payees are scoped to the Company (not MID). By default, the 25 most recently created Payees are returned.

## Query parameters

- `account_name` string
- `account_number` string
- `sort_code` string
- `is_active` boolean

## Headers

- `Company-Id` string, uuid, required

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

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