> ## Documentation Index
> Fetch the complete documentation index at: https://wpay-feat-edp-guide.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Google Pay

![Google Pay](https://mintlify.s3-us-west-1.amazonaws.com/wpay-feat-edp-guide/assets/images/google-pay/hero.png)

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

We support both `PAN_ONLY` and `CRYPTOGRAM_3DS` authentication methods 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, we have removed
the need for you to sign up for a Google Developer account, 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, we have removed
the need for you to sign up for a Google Developer account, 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                      |

[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
