Google Pay UPI integration using URL Schemes - iOS

前端 未结 3 1637
半阙折子戏
半阙折子戏 2021-01-12 14:57

I\'m developing an app that accepts Payment using UPI, as per the guidelines provided by the NPCI documentation available at link https://www.npci.org.in/sites/all/t

3条回答
  •  粉色の甜心
    2021-01-12 15:12

    According to this article there are big differences between Google Pay in India and rest of the world, so if you want to handle requests from India and rest of the world without Google Pay installed (or if there are other problems with opening upi URL scheme) you need to determine from where payment is initiated. For India solution from AtulParmar should work, and for other places try to use guide from article mentioned above. Native web view may, but not necessarily will help. Good luck!

提交回复
热议问题