v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Digital Wallet Endpoints

google-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 Google account and generate a token, which can be used in the /google-pay/charge endpoint.

post/google-pay/generate-embed-url

Response

Successboolean required

true if the request was successful, false if it failed

ErrorMessagestring required

Contains a description of the error if the request failed

EmbedURLstring required

Custom generated iQ11 iframe url for users to use

IframeKeystring required

Unique key attached to the generated iFrame

Example response

{
  "Success": true,
  "EmbedURL": "https://earthnode-dev.vopay.com/iq11/embed/{Key Returned by Vopay}",
  "IframeKey": "a1b2c3"
}