> ## Documentation Index
> Fetch the complete documentation index at: https://integration.wpay.com.au/llms.txt
> Use this file to discover all available pages before exploring further.

# Google Pay

<img src="https://mintcdn.com/wpay/c50rx3S48hHhNNxb/assets/images/google-pay/hero.png?fit=max&auto=format&n=c50rx3S48hHhNNxb&q=85&s=4b2ea055fbea7ab66a19287acdd2fbd0" alt="Google Pay" width="1544" height="639" data-path="assets/images/google-pay/hero.png" />

Google Pay is supported both on the web and in Android apps. In both environments, Google Pay can be
integrated using the SDK and without the SDK.

Both `PAN_ONLY` and `CRYPTOGRAM_3DS` authentication methods are supported for Google Pay.

* `PAN_ONLY` - the card is stored on file within your customer's Google Account and not bound to
  an Android device.
* `CRYPTOGRAM_3DS` - the payment credentials are bound to an Android device.

## Web (Embed)

On the web, Google Pay can be easily integrated both with and without Embed. In both offerings, the need to sign up for a Google Developer account has been removed, reducing additional financial and maintenance costs.

|                                    | [Using SDK (Embed)][web] | [Without SDK][web-without] |
| ---------------------------------- | ------------------------ | -------------------------- |
| Google Developer account required? | No                       | No                         |
| Customization & Theming?           | Limited                  | Full                       |
| Integrated with Checkout Flow?     | Yes                      | Optional                   |

## Mobile (Android)

On Android, Google Pay can be easily integrated both with and without the SDK. In both offerings, the need to sign up for a Google Developer account has been removed, reducing additional financial and maintenance costs.

|                                    | [Using SDK][mobile] | [Without SDK][mobile-without] |
| ---------------------------------- | ------------------- | ----------------------------- |
| Google Developer account required? | No                  | No                            |
| Customization & Theming?           | Limited             | Full                          |
| Integrated with Checkout Flow?     | Yes                 | Optional                      |

## Recurring payments

<Note>
  This is in limited release and is being made generally available soon.
</Note>

Recurring payments are supported on Google Pay in a similar way to how
[recurring payments][recurring-payments] are supported regular card payments.

[web]: /guides/features/google-pay/web

[web-without]: /guides/features/google-pay/web-without-sdk

[mobile]: /guides/features/google-pay/mobile

[mobile-without]: /guides/features/google-pay/mobile-without-sdk

[recurring-payments]: /guides/features/recurring-payments
