---
title: "Get Payee by Payee Identifier"
method: GET
path: "/programs/{programCode}/accounts/{accountIdentifier}/billpayPayees/{payeeIdentifier}"
tags: ["BillPay"]
---

# Get Payee by Payee Identifier

`GET /programs/{programCode}/accounts/{accountIdentifier}/billpayPayees/{payeeIdentifier}`

<br/>•Retrieves payee information for a given payee identifier. <br/>•If a customer has been enrolled in BillPay and has added at least one Payee, <br/>•call the endpoint and include the payeeID. <br/>•The API will use the payeeID provided to retrieve and return the associated Payee information in the response.

## Path parameters

- `programCode` string, required
- `accountIdentifier` string, required
- `payeeIdentifier` string, required

## Headers

- `X-GD-RequestId` string, required

## Response `200`

OK

- GetPayeeResponse — Get Payee Response – Contains the details of a payee retrieved by its unique identifier. Used to provide payee information such as status, type, name, address, and contact details for a specific account.
  - `payeeIdentifier` string, nullable — The unique identifier of the payee.
  - `payeeStatus` string, nullable — The status of the payee (e.g., "active", "inactive").
  - `payeeType` string, nullable — The type of payee (e.g., "Merchant", "Person").
  - `name` string, nullable — The name of the payee (merchant or person).
  - `nickName` string, nullable — An optional nickname for the payee.
  - `address1` string, nullable — The first line of the payee's address.
  - `address2` string, nullable — The second line of the payee's address (optional).
  - `city` string, nullable — The city of the payee's address.
  - `state` string, nullable — The state or province of the payee's address.
  - `zipCode` string, nullable — The ZIP or postal code of the payee's address.
  - `countryCode` string, nullable — The country code of the payee's address (e.g., "US").
  - `type` string, nullable — The type of account associated with the payee, if applicable.
  - `accountNumber` string, nullable — The account number associated with the payee, if applicable.
  - `phoneNumber` string, nullable — The payee's phone number.
  - `email` string, nullable — The payee's email address.
  - `responseDetails` ResponseDetail[], nullable — Required: A list of response details providing status codes, descriptions, and additional information about the result of the operation.
    - `code` integer — The primary status or error code for the response (e.g., 200 for success, 400 for validation error).
    - `subCode` integer, nullable — An optional subcode providing more granular detail about the response or error.
    - `description` string, nullable — A human-readable description of the response, error, or status.
    - `url` string, nullable — A URL linking to documentation or a web page with more information about the response code.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/greendot/apis/baas-apis.md) · [All operations](https://skmtc.net/greendot/apis/baas-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/greendot/baas-apis/revisions/666553766b78/schema)
