---
title: "venmo/set-my-recipient"
method: POST
path: "/venmo/set-my-recipient"
tags: ["Venmo Endpoints"]
---

# venmo/set-my-recipient

`POST /venmo/set-my-recipient`

This endpoint allows you to identify a Venmo recipient as belonging to the VoPay account holder. Optionally, you can use this endpoint to identify a Venmo recipient as being the VoPay account holder's default Venmo recipient. Note, a VoPay account can only have one default Venmo recipient.

## 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
  - `VenmoToken` string, required — Venmo recipient token
  - `IsDefault` boolean, required — Is this the VoPay account holder's default Venmo recipient

---

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