GooglePayConfig: {
    testEnv?: boolean;
    merchantCountryCode: string;
    merchantName: string;
    existingPaymentMethodRequired?: boolean;
    billingAddressConfig?: GooglePayBillingAddressConfig;
}

Configuration for Google Pay within the onramp flow.

Type declaration

  • OptionaltestEnv?: boolean

    Whether to use the test environment. Defaults to false.

  • merchantCountryCode: string

    Two-letter ISO 3166-1 alpha-2 country code of the merchant.

  • merchantName: string

    Merchant name displayed in the Google Pay sheet.

  • OptionalexistingPaymentMethodRequired?: boolean

    Whether an existing payment method is required. Defaults to false.

  • OptionalbillingAddressConfig?: GooglePayBillingAddressConfig

    Billing address collection configuration.