---
title: "zelle/recipients"
method: GET
path: "/zelle/recipients"
tags: ["Zelle Endpoints"]
---

# zelle/recipients

`GET /zelle/recipients`

List saved Zelle recipients for the account. Recipients are automatically saved when a Zelle payment is submitted.

## Query parameters

- `AccountID` string, required
- `Key` string, required
- `Signature` string, required

## Response `200`

- object
  - `Success` boolean, required — True if the request was successful, false if it failed
  - `ErrorMessage` string, required — Contains a description of the error if the request failed
  - `NumberOfRecords` integer, required — Total number of recipients returned
  - `Recipients` object, required — Array serialized as a JSON object (JSON_FORCE_OBJECT): numeric string keys '0','1',... Empty {} when no items. Collection of saved Zelle recipients
    - `0` object
      - `RecipientName` string, required — Full name of the recipient
      - `AliasType` string, required — Type of Zelle alias. Possible values: EMAIL, MOBILE
      - `AliasValue` string, required — The recipient's Zelle alias (email address or phone number)

---

[API](https://skmtc.net/vopay/apis/accounts.md) · [All operations](https://skmtc.net/vopay/apis/accounts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vopay/accounts/revisions/7033bd231ec7/schema)
