---
title: "apple-pay/generate-embed-url"
method: POST
path: "/apple-pay/generate-embed-url"
tags: ["Digital Wallet Endpoints"]
---

# apple-pay/generate-embed-url

`POST /apple-pay/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 Apple account and generate a token, which can be used in the /apple-pay/charge 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/versions/7033bd231ec7/schema)
