# Google Pay™

To perform Google Pay™ transactions with mobile SDKs, complete the following steps:

1. Shopper selects Google Pay. After this action, send the information required by the **Google Pay Configuration,** the SDK will use the native Google Pay interface and guide the shopper through the payment steps.
2. Payment data is captured by the SDK and then sent to the backend.
3. Perform an [eComm API Wallet transaction.](/api-reference/open-api-references/ecommerce/ecom-payments.md)
4. Send the transaction result back to the backend.
5. (Optional) Send the information to the app and display it in your own **Thank you page** (or a "payment successful/failed" message if a **Thank you page** does not fit your app).
6. You can check the latest status of **your app** transactions in **Verifone Central**.

<div data-with-frame="true"><img src="https://verifone.cloud/sites/default/files/inline-images/GooglePay%20Flow.PNG" alt=""></div>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.verifone.com/online-payments/mobile-sdks/google-pay-tm.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
