#Shubz - Google Pay
1 messages · Page 1 of 1 (latest)
Hmmm we don't actually use this directly. It is integrated into GooglePayLauncher:
https://stripe.dev/stripe-android/payments-core/com.stripe.android.googlepaylauncher/-google-pay-launcher/index.html
Ahh.. So I saw this page where it points to the GooglePayLauncherContract for Jetpack Compose and the GooglePayPaymentMethodLauncher also has a similar link in it
We cover how to check if the device is ready here:
https://stripe.com/docs/google-pay?platform=android
Ya, I am doing that at the moment. But the whole callback thing is a bit messy in our architecture.
Most of our navigation is Contract based and the GooglePayPaymentMethodLauncherContract fits in very well
https://stripe.com/docs/google-pay?platform=android#creating-a-paymentmethod This is what I am using at the moment