v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Digital Wallet Endpoints

google-pay/charge

This endpoint is to create a Google Pay transaction to fund your VoPay account, charging the amount specified to the card linked to the provided Google Pay Token.

If a ClientAccountID is provided, the client account's default Google Pay wallet will be used for the transaction.

Note: You must first generate a GooglePayToken using the /google-pay/generate-embed-url endpoint.

post/google-pay/charge

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

TransactionIDinteger required

The unique ID of the transaction that was just submitted.

Example response

{
  "Success": true
}