How to integrate BHIM app payment gateway in an android app, through upi id?
I have no idea about payment gateway,I have not implemented payment gateway before.
Please help me how to integrate payment gateway in an android app?(I want to integrate payment through BHIM app)
相关问题
- How can I create this custom Bottom Navigation on
- Bottom Navigation View gets Shrink Down
- How to make that the snackbar action button be sho
- Listening to outgoing sms not working android
- How to create Circular view on android wear?
相关文章
- android开发 怎么把图片放入drawable的文件夹下
- android上如何获取/storage/emulated/下的文件列表
- androidStudio有个箭头不认识
- SQLite不能创建表
- Windows - Android SDK manager not listing any plat
- Animate Recycler View grid when number of columns
- Why is the app closing suddenly without showing an
- Android OverlayItem.setMarker(): Change the marker
You can try DeepLinking UPI to start BHIM from your app.
Code for deeplinking is as follow:
You can open any specific application using its packageName and ClassName.
Now you can collect payment using only BHIM. You can get proper response using BHIM.
You can try DeepLinking UPI supported application. This way you can make a payment via any UPI supported application (BHIM, Phonepe, Paytm and all bank UPI apps)
Code for deeplinking is as follow:
Almost all UPI application are successfully able to make the payment. The problem with this is, not all application are returning whether the transaction was a success or not.
I am finding a solution where i can force to open Only BHIM and not any other app, as BHIM is giving proper response back.
If you want to see the full implementation: https://github.com/ShahMalavS/UPI-DeepLinked
You need to implement UPI SDK in your application. Some UPI enabled banks are allowed to act PSP(Payment service Provider) like Yes Bank, RBL, ICICI Bank, Axis Bank.
You have to partner with that bank and they will provide you SDK. Once you get SDK, it is easy like plug n play.
You can also readout about upi from
https://digidhan.mygov.in/pages/pdf/sbi/NPCI%20Unified%20Payment%20Interface.pdf