问题描述
我正在构建一个Android应用程序,我认为该应用程序应该具有最佳的付款系统,该系统应使用户免于输入详细信息.我通过了UPI,但是不知道如何集成它.
I am building an android application which I thought should have a best payment system that should free user from entering details. I have gone though UPI but no idea how to integrate this.
推荐答案
要将UPI SDK集成到您的android应用中,您必须与提供此服务的银行合作.只允许启用UPI的银行充当PSP(付款服务提供商).提供此服务的一些银行是:是的银行,RBL,ICICI银行,Axis银行.
To integrate UPI SDK in you android app you have to partner with a bank which is offering this service. Only UPI enabled banks are allowed to act as PSP (Payment service Provider). Some banks which are offering this service are: Yes Bank, RBL, ICICI Bank, Axis Bank.
一旦有了SDK,它几乎就是即插即用功能,几乎不需要一天的工作.尽管向您提供SDK的银行将审核开发的应用程序,以查看其是否符合其安全标准.
Once you have the SDK it's pretty much Plug n Play and will hardly require a day's work. Although the bank that is offering you the SDK will review the developed app to see if it matches their security standards.
这篇关于UPI(统一付款界面)集成android的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!