---
title: "Link Paypal Account"
method: POST
path: "/withdraw/paypal"
tags: ["withdraw"]
---

# Link Paypal Account

`POST /withdraw/paypal`

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

## Headers

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

## Request body

- AddPaypalArgs
  - `phoneNumber` string — Phone number (US Only) unformatted 10 digits long, no leading 1 for US country code.
  - `email` string
  - `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/7eea51c8775d/schema)
