UPI integration using deeplinking in iOS

后端 未结 1 431
野的像风
野的像风 2021-01-29 08:45

I am working on opening GooglePay, PhonePe or PayTM app when the user taps on Pay via UPI.

According to NPCI docs https://www.npci.org.in/sites/default/files/UPI%20Link

相关标签:
1条回答
  • 2021-01-29 09:09

    This isn't documented either but the two schemes that you might want to try are:

    • tez://upi/*
    • gpay://upi/*

    If I had to take a guess about which one will be better supported it would be the gpay option.

    Update

    I've tried and it doesn't look like the URI's I provided above work. See https://internal-absorbed-celsius.glitch.me/

    0 讨论(0)
提交回复
热议问题