v1
latestOpenAPI 3.0.02026-07-2640301.0 MBDigital Wallet Endpoints
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.
post/apple-pay/generate-embed-url
Response
Example response
{
"Success": true,
"EmbedURL": "https://earthnode-dev.vopay.com/iq11/embed/{Key Returned by Vopay}",
"IframeKey": "a1b2c3"
}