---
title: "Retrieve one payee created by an API client"
method: GET
path: "/payees/{payeeId}"
tags: ["payees"]
---

# Retrieve one payee created by an API client

`GET /payees/{payeeId}`

Requires **payee:read** scope.

## Path parameters

- `payeeId` string, uuid, required

## Response `200`

Successful Payee Response

- object
  - `data` Payee
    - `id` string, uuid, required — The id of the payee
    - `clientId` string, uuid, required — The id of the client
    - `sortCode` string, required — The sort code of the payee
    - `accountNumber` string, required — The account number of the payee
    - `createdAt` string, date-time, required — The date that the payee was created.
    - `modifiedAt` string, date-time, required — The date that the payee was modified.
    - `active` boolean, required — Determines if payee is active
    - `name` string, required — The name of the payee
    - `displayName` string — The name of the payee to display the end user
    - `externalId` string, nullable, required — External ID of the payee
    - `userId` string, nullable — User ID of the payee
  - `meta` object

## Other responses

- `401` — Unsuccessful Response - Not authorised - Missing authorization header - Invalid access Token
- `403` — Unsuccessful Response - Forbidden - Invalid scopes
- `404` — Unsuccessful Response - Resource Not found

---

[API](https://skmtc.net/moneyhubenterprise/apis/moneyhub-identity-service.md) · [All operations](https://skmtc.net/moneyhubenterprise/apis/moneyhub-identity-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/moneyhubenterprise/moneyhub-identity-service/revisions/8841721f7aae/schema)
