---
title: "Get payee"
method: GET
path: "/v0/payees/{payee-id}"
tags: ["Payees"]
---

# Get payee

`GET /v0/payees/{payee-id}`

Returns the payee details.

## Path parameters

- `payee-id` string, required

## Response `200`

OK

- object
  - `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.

## Other responses

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

---

[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/e56cd4bb9677/schema)
