---
page_title: GooglePay Invoke Flow
product: Payment Method Integrations
platform: HyperCheckout
page_source: https://juspay.io/br/docs/payment-method-integrations/hypercheckout/third-party-sdk-integrations/googlepay-invoke-flow
llms_txt: https://juspay.io/br/docs/llms.txt
product_llms_txt: https://juspay.io/br/docs/payment-method-integrations/llms.txt
---


# GooglePay Invoke Flow




### **Prerequisites** 




### Step 1.1. Substep


All prerequisites and authorization required for Google Pay shall be completed by merchant

* Account creation with Google Pay: Refer[Google Pay Website for account creation process](https://developers.google.com/pay/india/api/otherapis/omnichannel/prerequisites)
* Whitelisting of merchant VPA at Google Pay
* Google Pay could only be tested on Production environment, hence please have a production from Razorpay/Payu in order to test the Google pay In-app flow.

Post completing the above steps, please add the below dependency to enable the option on Payment Page


#### Groovy Code Snippet:

```groovy
dependencies {
    		implementation 'in.juspay:google-pay-client-api:1.0.0'
}
```




> **Note**
> _Note: Kindly note that this is an operational heavy process dependent on Google and typically takes 6-8 weeks to be closed_ 



---

## See Also

- [Amazon s2s Tokenized Flow](https://juspay.io/br/docs/payment-method-integrations/hypercheckout/third-party-sdk-integrations/amazon-s2s-tokenized-flow)
- [AmazonPay UPI SDK Flow](https://juspay.io/br/docs/payment-method-integrations/hypercheckout/third-party-sdk-integrations/amazonpay-upi-sdk-flow)
