GooglePayParams: {
    merchantCountryCode: string;
    currencyCode?: string;
    testEnv?: boolean;
    label?: string;
    amount?: string;
    buttonType?: ButtonType;
}

Type declaration

  • merchantCountryCode: string

    The two-letter ISO 3166 code of the country of your business, e.g. "US"

  • OptionalcurrencyCode?: string

    The three-letter ISO 4217 alphabetic currency code, e.g. "USD" or "EUR". Required in order to support Google Pay when processing a Setup Intent.

  • OptionaltestEnv?: boolean

    Whether or not to use the Google Pay test environment. Set to true until you have applied for and been granted access to the Production environment.

  • Optionallabel?: string

    An optional label to display with the amount. Google Pay may or may not display this label depending on its own internal logic. Defaults to a generic label if none is provided.

  • Optionalamount?: string

    An optional amount to display for setup intents. Google Pay may or may not display this amount depending on its own internal logic. Defaults to 0 if none is provided.

  • OptionalbuttonType?: ButtonType

    The Google Pay button type to use. Set to "Pay" by default. See Google's documentation for more information on button types.

MMNEPVFCICPMFPCPTTAAATR