GooglePay Invoke Flow
Prerequisites
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
- 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
dependencies {
implementation 'in.juspay:google-pay-client-api:1.0.0'
}
Note: Kindly note that this is an operational heavy process dependent on Google and typically takes 6-8 weeks to be closed
Updated about 1 year ago