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

# venmo/withdraw/generate-embed-url

`POST /venmo/withdraw/generate-embed-url`

This endpoint is used to generate a unique URL to embed into your application using an iFrame. End users will use this to login to their Venmo account and generate a token, which can be used in the /venmo/withdraw endpoint.

## 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
  - `EmbedURL` string, required — Custom generated iQ11 iframe url for users to use
  - `IframeKey` string, required — Unique key attached to the generated iFrame

---

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