Option to Narrow Google Pay Checkout Window width to reveal PAY button?

238 Views Asked by At

Google Pay checkout window (pay.google.com) has a minimum width of 608px. The default minimum width of the Google browser (at least on Windows) is 500px and it be even narrower in some instances. As a result, when the Google Checkout window pops up and the browser width is 500px for example, the "Pay" button is hidden and the user cannot checkout unless they know to widen the browser to reveal the button. While we are using the Stripe API for checkout, I believe the final checkout window referenced belongs to Google.

enter image description here

Am I missing an option somewhere?

Thanks in advance for any direction.

1

There are 1 best solutions below

1
hanzo On

As far as I know, yes that modal is controlled/rendered by Google. You could try contacting their support team to see if there are any workarounds.

Fwiw, I don't see the same behaviour on my machine. Refer to the screenshot attached. Modal keeps the original width regardless of if I resize the browser before the modal is rendered OR afterwards.enter image description here