-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting Error "U16: Risk Threshold Exceeded" in BHIM, Google Pay & Amazon Pay #19
Comments
Probably due to the same reason as #18 |
Hi, I am new to flutter but have a good understanding of programming. I was working with embedded c developments before. If you provide me some sort of documentation for this, I would like to contribute to this issue. |
Have you verified that your issue is not related to any of these? And this excerpt from https://www.npci.org.in/what-we-do/bhim/faq: "Why Do I See ‘Risk Threshold Exceeded’? Once you’ve exceeded your daily transaction limit, you’ll receive the ‘Risk threshold exceeded’ notification." |
@reeteshranjan Yes, I verified it was not because of the transaction limit and also tested the same with first transaction of the day; Although payment was successful through Phonepe app but failed in BHIM, Google Pay & Amazon Pay; |
I also noticed editing the amount at the time of payment also does not work. So why don't you break this problem into pieces and try? It's just a suggestion. When the code was running I was able to edit the amount in UPI App which is not possible right now.
|
Please let me know what is the workaround, I am also facing the same issue. |
Please let us know the plan, I need to fix this issue on urgent basis... if there is no plan to fix, Please highlight so that I can explore other options. Thanks. |
This is not an issue that can be fully resolved from our end i.e. not something a plugin can handle. Feel free to look for alternative. |
can you suggest any workaround that will help us to fix this? |
If you are using this for P2M kind of payment, make sure to pass the correct merchantCode (mcc). For P2P payments, we are already doing what we can and any failure means you will need to actively avoid that app for now. |
There is no workaround that can be done from a plugin point of view as of now. I am keeping this issue open so that we don't have duplicate issues opened for the same. But, we won't be replying to any more comments on status update as there is nothing to update here. Feel free to add on if you have any findings. But as of now this thread is in "READ-ONLY" mode. |
Please see and review #17 |
Addressed in #17. Any further issue on the same ground should be raised separately. |
@jatinyadav25 @mangeshsvk @manojsinghal2003 wanted to add my update as contributor for recent update that includes multiple apps. And add some more data on why this bug is OK to close here. Based on testing it's very clearly understood that these errors have nothing to do with this package's logic/code. Please see the following:
However; if you think that the package must support merchant payments, too, before closing this bug, please feel free to indicate so by re-opening the bug. |
@jatinyadav25 @mangeshsvk @manojsinghal2003 please follow #38 |
Is #38 relevant and important for you? If yes, could you please respond to my twitter thread with UPI and NPCI handles included in your response asking how these must be solved and how it helps you? https://twitter.com/reeteshr08/status/1488746633068089345 |
Getting U16 error in BHIM, Google Pay & Amazon Pay. Although payment was successfully transferred in Phonepe.
UpiTransactionResponse txnResponse = await UpiPay.initiateTransaction(
amount: "10.00",
app: UpiApplication.bhim,
receiverName: "Birendra Singh",
receiverUpiAddress: "xxxxxxx@upi",
transactionRef: 'ORD4',
transactionNote: 'Test transaction'
);
The text was updated successfully, but these errors were encountered: