---
page_source: https://juspay.io/in/docs/payment-page-enterprise/react-native/additional-features/googlepay-invoke-flow
page_title: GooglePay Invoke Flow
---


# 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_ 

