---
title: "Get Payee by Id"
method: GET
path: "/v4/payees/{payeeId}"
tags: ["Payees"]
---

# Get Payee by Id

`GET /v4/payees/{payeeId}`

Get Payee by Id

## Path parameters

- `payeeId` string, uuid, required

## Query parameters

- `sensitive` boolean

## Response `200`

Success response, request completed okay

- PayeeDetailResponseV4
  - `payeeId` string, uuid
  - `payorRefs` PayeePayorRefV4[], nullable
    - `payorId` string, uuid
    - `remoteId` string
    - `invitationStatus` string
    - `invitationStatusTimestamp` string, date-time, nullable — The timestamp when the invitation status is updated
    - `paymentChannelId` string, uuid
    - `payableStatus` boolean — Indicates if the payee is payable for this payor
    - `payableIssues` PayableIssueV4[] — Indicates any conditions which prevent the payee from being payable for this payor
      - `code` string, required
      - `message` string, required
  - `paymentChannels` PaymentChannelSummaryV4[], nullable — A list of the Payee's payment channels in their preferred order
    - `paymentChannelId` string, uuid, required
    - `name` string, required — The payment channel name
    - `countryCode` string, required — Valid ISO 3166 2 character country code. See the <a href="https://www.iso.org/iso-3166-country-codes.html" target="_blank" a>ISO specification</a> for details.
    - `currency` string, required — Valid ISO 4217 3 letter currency code. See the <a href="https://www.iso.org/iso-4217-currency-codes.html" target="_blank" a>ISO specification</a> for details.
    - `last4Digits` string — The last 4 digits of the account number or IBAN
    - `enabled` boolean, required — Usually true. False if an associated payment is returned
    - `disabledReason` string — Indicates why the payment channel was disabled
    - `disabledReasonCode` string
  - `email` string, email, nullable
  - `onboardedStatus` string — Payee onboarded status. One of the following values: CREATED, INVITED, REGISTERED, ONBOARDED
  - `watchlistStatus` string — Current watchlist status. One of the following values: NONE, PENDING, REVIEW, PASSED, FAILED
  - `watchlistOverrideExpiresAtTimestamp` string, date-time, nullable
  - `watchlistOverrideComment` string
  - `language` string — An IETF BCP 47 language code which has been configured for use within this Velo environment.<BR> See the /v1/supportedLanguages endpoint to list the available codes for an environment.
  - `created` string, date-time
  - `country` string
  - `displayName` string
  - `payeeType` string — Type of Payee. One of the following values: Individual, Company
  - `disabled` boolean
  - `disabledComment` string
  - `disabledUpdatedTimestamp` string, date-time
  - `address` PayeeAddressV4
    - `line1` string, required
    - `line2` string, nullable
    - `line3` string, nullable
    - `line4` string, nullable
    - `city` string, required
    - `countyOrProvince` string, nullable
    - `zipOrPostcode` string, nullable
    - `country` string, required
  - `individual` IndividualV4
    - `name` IndividualV3Name, required
      - `title` string
      - `firstName` string, required
      - `otherNames` string
      - `lastName` string, required
    - `nationalIdentification` string — If not authorized to view, value will be masked. Example: XXXXX1234
    - `dateOfBirth` string, required — If not authorized to view, value will be masked. Example: - XXXX-XX-XX
  - `company` CompanyV4, nullable
    - `name` string, required
    - `taxId` string, nullable — Company Tax Id must be between 6 and 30 characters long
    - `operatingName` string, nullable
  - `cellphoneNumber` string
  - `managedByPayorId` string, uuid — The id of the payor if the payee is managed
  - `watchlistStatusUpdatedTimestamp` string, date_time, nullable
  - `gracePeriodEndDate` string, date, nullable
  - `enhancedKycCompleted` boolean
  - `kycCompletedTimestamp` string, date_time, nullable
  - `pausePayment` boolean
  - `pausePaymentTimestamp` string, date_time, nullable
  - `marketingOptInDecision` boolean
  - `marketingOptInTimestamp` string, date_time, nullable
  - `acceptTermsAndConditionsTimestamp` string, date-time, nullable — The timestamp when the payee last accepted T&Cs
  - `challenge` ChallengeV4 — <p>Used to override the default challenge presented to the payee when they onboard</p> <p>Not used after the payee has onboarded</p>
    - `value` string, required — The value that the user will be asked to verify when they onboard
    - `description` string, required

## Other responses

- `404` — The resource was not found or is no longer available

---

[API](https://skmtc.net/velopaymentsapi/apis/velo-payments-apis.md) · [All operations](https://skmtc.net/velopaymentsapi/apis/velo-payments-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/velopaymentsapi/velo-payments-apis/revisions/05c3f09fc50a/schema)
