UPI 付款显示错误“出于安全原因,您不能从您的银行账户为此付款汇款”在 PhonePe

问题描述

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)}

enter image description here

有人能指出哪里出错了吗?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)