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

# venmo/default-recipient

`GET /venmo/default-recipient`

This endpoint retrieves the default Venmo recipient associated with your VoPay account

## Query parameters

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

## 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
  - `DefaultVenmoRecipient` object, required — Array serialized as a JSON object (JSON_FORCE_OBJECT): numeric string keys '0','1',... Empty {} when no items. Collection of Venmo Recipient records
    - `0` object
      - `ClientControlledVenmoAccount` string, required — Set to 1 if the Venmo recipient is linked to your VoPay account.
      - `RecipientName` string, required — Recipient's name
      - `RecipientID` string, required — The email address, phone number, or Venmo user handle.
      - `VenmoRecipientType` string, required — The type of Venmo recipient record. Accepted values: EMAIL, PHONE, or USER_HANDLE
      - `IsActive` string, required — Determine if the Venmo recipient is active or not
      - `IsDefault` string, required — Determine if this is the default Venmo recipient for the given account or not
      - `VenmoToken` string, required — The token associated with the Venmo recipient record
      - `DateAdded` string, date-time, required — This timestamp indicates when the Venmo recipient record was added.

---

[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)
