Released behavior#
Payment Page 1.5.3 exposes Google Pay under the internal method slug google_pay. The front-end asks Stripe whether Google Pay can be shown for the current browser, device, account, currency, country, domain, and transaction before mounting the wallet button.
How to enable it#
- Connect Stripe in the mode you intend to use. See Quick Setup.
- In Payment Page > Payment Gateways, expand Stripe and enable Google Pay globally.
- Include Google Pay in the individual payment form's Payment Methods settings.
- Confirm that Google Pay is enabled and eligible for the connected account in Stripe payment-method settings.
- Configure the mode-specific success events described in Stripe Webhook Configuration.
Recurring capability#
The released method definition marks Google Pay as recurring-capable. That flag controls Payment Page's form eligibility; it does not prove complete subscription lifecycle handling.
Availability depends on Stripe, the connected account, country, currency, domain, browser/device, wallet configuration, card, and transaction. Review Stripe's current Google Pay documentation.