【问题标题】:UPI payment showing error "For security reasons, you are not allowed to send money from your bank account for this payment." in PhonePeUPI 付款显示错误“出于安全原因,您不得从您的银行帐户汇款以进行此付款。”在PhonePe
【发布时间】:2021-05-25 04:51:13
【问题描述】:

UPI 付款显示错误“出于安全原因,您不能从您的银行帐户汇款以支付这笔款项。”在 PhonePe 和 Google Pay 中的“您已超出银行支付限额”。正常交易的银行限额没有问题。

两个upi都是普通账户(没有一个是企业账户)

makeid() 生成一个随机的字母数字。

async function sendPayment(amt:String, pn:String, pa:String) {
const tid = makeid(15)
const tr = makeid(10)
var upiurl = 'upi://pay?pa='+pa+'&pn='+pn+'&tn=Brahma Electric Payment&tid=' + tid + '&tr=' + tr +'&am='+amt+'&cu=INR'
console.log(upiurl)
await window.open(upiurl)}

有人能指出哪里出了问题吗?

【问题讨论】:

  • 嗨,你能找到解决这个错误的方法吗??我也面临同样的问题。
  • @user1368422 不,我确实在一些消息来源中看到我们支付的帐户需要是商家帐户。我可以测试它,因为我没有它

标签: reactjs ionic-framework capacitor google-pay upi


【解决方案1】:
<EditText android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginRight="20dp" android:hint="Amount" android:inputType="number" />

删除android:inputType

【讨论】:

    猜你喜欢
    • 2014-02-02
    • 2015-07-01
    • 1970-01-01
    • 2019-06-23
    • 2022-10-04
    • 2015-05-19
    • 2013-09-26
    • 2013-09-19
    • 2017-10-16
    相关资源
    最近更新 更多