Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I am working on a project and I have to integrate GOOGLE PAY payment gateway.

I could not find any articles which help me to start development to integrate GOOGLE PAY in Ionic. Referred some articles but not getting the exact solution.

If someone knows, kindly help me.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
209 views
Welcome To Ask or Share your Answers For Others

1 Answer

Google Pay isn't actually a payment gateway. It facilitates payments with payment methods stored in a Google Account through one of the supported Payment Service Providers (can be found in the middle of the page at https://developers.google.com/pay/api/).

With regard to working with Google Pay and Ionic, you can refer to this answer: https://stackoverflow.com/a/53997582/12031739

If you are using Ionic to write your application, you'll need to make use of native plugins on Android in order to integrate Google Pay in your application

Alternatively, if you do want to accept in-app purchases, consider @Sam's suggestion.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...