---
title: "venmo/withdraw"
method: POST
path: "/venmo/withdraw"
tags: ["Venmo Endpoints"]
---

# venmo/withdraw

`POST /venmo/withdraw`

This endpoint is used to send funds from your VoPay account to a Venmo account.

 If a ClientAccountID is provided, the client account's default Venmo wallet will be used for the transaction.

## 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
  - `TransactionID` integer, required — The unique ID of the transaction that was just submitted.

---

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