---
title: "venmo/recipients"
method: GET
path: "/venmo/recipients"
tags: ["Venmo Endpoints"]
---

# venmo/recipients

`GET /venmo/recipients`

This endpoint allows you fetch a list all of your Venmo recipients

## Query parameters

- `AccountID` string, required
- `Key` string, required
- `Signature` string, required
- `ClientControlled` boolean
- `Limit` integer
- `Offset` integer

## 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
  - `VenmoRecipients` object, required — Array serialized as a JSON object (JSON_FORCE_OBJECT): numeric string keys '0','1',... Empty {} when no items. A collection of Venmo recipients
    - `0` object
      - `RecipientName` string, required — The name of the recipient
      - `RecipientID` string, required — The email address, phone number, or Venmo user handle.
      - `VenmoRecipientType` string, required — The type of the recipient
      - `VenmoToken` string, required — The Token associated with the recipient
      - `ClientControlledPayPalAccount` string, required — Set to 1 if the Venmo recipient is linked to your VoPay account.
      - `IsDefault` string, required — Set to 1 if the Venmo recipient is the default

---

[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/versions/7033bd231ec7/schema)
