Enabling Google Pay Service

Enabling Google Pay Service

This document will guide you on how to correctly enable Google Pay on PowerBoard.

googlepay icon

📘

Before you begin

To enable Google Pay using your own merchant ID, you need to have:

  • Google Developer Account
  • PowerBoard PreProduction and Production Accounts
❗️

Support

Please call PowerBoard Tech Support on 1800 230 177 options 1-2-1, Monday-Friday, 7am-7pm Australian Eastern Standard Time zone (GMT+10) or email the support team at [email protected] so that our team can assist you with the following steps.


Step 1) Configure your Google Pay merchant ID via PowerBoard's API

❗️

Important

When enabling Apple and Google pay, the gateway API request must be include both wallet payment types. i.e. Both Apple and Google must be included if they're required

📘

Finding your gateway_id

You can get your gateway_id from PowerBoard Merchant Portal, under Services.

API Endpointhttps://api.preproduction.powerboard.commbank.com.au/v1/gateways/{{gateway_id}}
HTTP Method
PUT
Headersx-user-secret-key- POWERBOARD_SECRET_KEY - This is your PowerBoard API Secret Key.
Content-Type - application/json - Type will always be application/json.
Path Parametersgateway_id - Your gateway idea found in the merchant portal
Request Parameterswallets.google.merchant - string - Your google pay merchant ID

{
    "wallets": {
        "google": {
            "merchant": "YOUR_GOOGLE_MERCHANT_ID",
        }
    }
}