---
title: "paypal/set-my-recipient"
method: POST
path: "/paypal/set-my-recipient"
tags: ["PayPal Endpoints"]
---

# paypal/set-my-recipient

`POST /paypal/set-my-recipient`

This endpoint allows you to identify a PayPal recipient as belonging to the VoPay account holder. Optionally, you can use this endpoint to identify a PayPal recipient as being the VoPay account holder's default PayPal recipient. Note, a VoPay account can only have one default PayPal 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
  - `PayPalToken` string, required — PayPal recipient token
  - `IsDefault` boolean, required — Is this the VoPay account holder's default PayPal 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/versions/7033bd231ec7/schema)
