Enabling Google Pay Service

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

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

❗️

Important

Please call PowerBoard Tech Support on 1800 230 177 options 1-3-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

📘

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/jsonContent - 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",
        }
    }
}