Hi,
Google Checkout was discontinued in 2013:
en.wikipedia.org/wiki/Google_Checkout
Google Waller has been merge with Google Pay in 2018:
en.wikipedia.org/wiki/Google_Pay_Send
Both APIs have been discontinued.
So to integrate with Google Pay, it would require the development of a new plugin for that new API :
developers.google.com/pay/api/web/overview
And it's basically the same with Apple Pay.
Now while HikaShop doesn't have a plugin to directly integrate with them, some payment gateways do integrate with them. So With some payment plugins, you can still use Apple Pay / Google Pay through the payment gateway. It will go like this:
- At the end of the checkout, the plugin will redirect you to the payment gateway for the payment of the order
- There you'll be able to select the payment method you want to use: credit card, paypal, google pay, etc.
- If you choose Google Pay, the payment will be done as it would with a direct integration but going through the payment gateway of your choosing.