I am implementing Google Pay Web API v2 and I am seeing this error on Chrome for Android
code: 9
message: "The payment method "https://google.com/pay" is not supported" name: "NotSupportedError"
statusCode: "CANCELED"
Using the older API, we have no issues, but we need to update to the newer API.
Tested on Desktop (Chrome), iOS (Chrome and Safari) and Android (Chrome). The only one that is broken is Chrome on Android. Huawei and Samsung devices were tested, both failed.
The button is rendered but tapping gives no feedback. The error above is in the console (use USB debugging to see it)
To note; GPay is being implementing within Braintree, so I'm curious as to whether that could be causing issues?