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

# Link Venmo Account

`POST /withdraw/venmo`

Adds a Venmo account to the withdrawer's account which they can withdraw funds to.

## Headers

- `x-coinflow-auth-user-id` string, required

## Request body

- AddVenmoArgs
  - `phoneNumber` string, required — Phone number (US Only) unformatted 10 digits long, no leading 1 for US country code.
  - `merchantId` string

## Response `200`

Ok

- string

---

[API](https://skmtc.net/coinflow/apis/api-reference.md) · [All operations](https://skmtc.net/coinflow/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coinflow/api-reference/versions/3f6a046fbb34/schema)
