GooglePayTM has over 150 million users across 42 global markets using the app each month. The wallet is used on nearly 800.000 websites as a secure payment gateway. Roughly 20% of all mobile purchases are made using this digital payment gateway.
Supported currencies
GooglePayTM supports EUR, USD, GBP, CHF, DKK, NOK and SEK transactions.
After the shopper authorizes the payment, pass the token from the Google response to Verifone to process the payment. To do this, encode the token to base64 and add it to the placeOrder call payload in the PaymentToken property.
Request parameters
Parameter
Type / Description
sessionID
Required (string)
Session identifier — the output of the Login method. Include sessionID into all your requests. sessionID expires in 10 minutes.
Object designed to collect all data necessary for an order, including billing, product/subscription plan and payment details. See code sample for more details.