> For the complete documentation index, see [llms.txt](https://developer.paddle.com/llms.txt).

# Express checkout now supports Google Pay

Express checkout now prioritizes Google Pay on Android and Chrome for a seamless, one-click payment experience on mobile.

---

## What's new?

[Express checkout](https://developer.paddle.com/concepts/sell/express-checkout.md) now supports [Google Pay](https://developer.paddle.com/concepts/payment-methods/google-pay.md) for Android, in addition to [Apple Pay](https://developer.paddle.com/concepts/payment-methods/apple-pay.md) for iOS devices. Express checkout is a checkout variant designed for mobile that prioritizes a digital wallet for a frictionless, one-click payment experience.

Paddle automatically presents whichever wallet is available on the customer's device. For example, Apple Pay on iPhone, iPad, and Safari on Mac, or Google Pay on Android, Chromebook, and Google Chrome.

## How it works

Express checkout is designed for optimum mobile conversion. It prioritizes [Apple Pay](https://developer.paddle.com/concepts/payment-methods/apple-pay.md) or [Google Pay](https://developer.paddle.com/concepts/payment-methods/google-pay.md), presenting whichever wallet is available on the customer's device.

If neither wallet is available, the checkout automatically falls back to alternative payment methods, the same as before.

There are no other behavior changes to express checkout. Google Pay works the same way as Apple Pay does for express checkout.

You can integrate using [Paddle.js](https://developer.paddle.com/paddle-js.md) or [hosted checkout](https://developer.paddle.com/concepts/sell/hosted-checkout-mobile-apps.md). If you already integrated express checkout, no changes are required to your existing express checkout integration to pick up Google Pay support.

## Next steps

To get started, make sure [Google Pay is turned on](https://developer.paddle.com/concepts/payment-methods/google-pay#enable-payment-method.md) for your Paddle account, then pass `variant: 'express'` in your Paddle.js settings or `variant=express` as a query parameter in your hosted checkout URL.

To learn more, see the [express checkout concept guide](https://developer.paddle.com/concepts/sell/express-checkout.md).