Apple Pay and Google Pay do they work on Ionic?

Yes that is the one I meant.
It worked for me quite a while ago in a test but I didn’t end up using it as it didn’t support Stripe connect at that stage.

I am going to try it again soon so hopefully it works with Stripe connect now.

Not sure if it will work with anything other than Stripe.

Hey @wekas i was going to implement Google pay in my capacitor ionic app which is based on angular
and i came upon a pluggin
npm install @ionic-enterprise/google-pay

have you ever worked with this

No I have not but planning on looking into this again soon. If you could post your experience with it back in here that would be great.

hi @wekas, I hope you’re doing well. I’m working on implementing Google and Apple payment plugins in a Capacitor app using Angular for the frontend and Node.js APIs for the backend. Since it’s my first time working with payments, could you advise whether it’s better to handle the integration on the frontend or backend, and how much time the setup typically takes?

Hi @umairsaeed, I haven’t implemented Google and Apple payment plugins yet. Although I do play to do it this year. Happy to post up my code once I have started in a couple of months.

The documentation for the package here and on Stripe should give you an idea of how to do this on the front and back ends. You will need to develop using both back and front end. Stripe also has a Discord group which you can talk direct with the Stripe developers which is really helpful if you get stuck.

I would look to see if someone has created a guide/article on how to do this using this plugin:

Good luck.

Thanks for your help