Configuration for Google Pay in Checkout.

interface GooglePayConfiguration {
    testEnv?: boolean;
    label?: string;
    buttonType?: GooglePayButtonType;
    additionalEnabledNetworks?: string[];
}

Properties

testEnv?: boolean

Whether to use the Google Pay test environment. Defaults to false.

label?: string

An optional label to display with the amount.

buttonType?: GooglePayButtonType

The Google Pay button type. Defaults to pay.

additionalEnabledNetworks?: string[]

Additional card networks to enable, for example INTERAC.