nitish24p / react-native-upi

A tiny module for Adding payments via UPI in your react native apps ❤️
MIT License
72 stars 29 forks source link

Error: You have exceeded the maximum transaction amount set by your bank #22

Closed realabbas closed 3 years ago

realabbas commented 3 years ago

Error: "You have exceeded the maximum transaction amount set by your bank"

Paying through Google Pay shows "You have exceeded the maximum transaction amount set by your bank". It was working perfectly fine but now this error has occurred.

nitish24p commented 3 years ago

I dont think this is a module issue.. This is from your issuing bank..

realabbas commented 3 years ago

I dont think this is a module issue.. This is from your issuing bank..

It's working fine if I use the Google Pay app directly. It's just throwing error when used in-app.

esafwan commented 3 years ago

From my understanding, Intent flow is now only supported to merchant ids. If you try to pay to a merchant it will work fine. This error message is thrown when you are trying to pay to normal upi id.

See:

desraj173 commented 3 years ago

It is working fine if you use merchant account of Google pay for receiving payments

realabbas commented 3 years ago

Error: "You have exceeded the maximum transaction amount set by your bank"

Paying through Google Pay shows "You have exceeded the maximum transaction amount set by your bank". It was working perfectly fine but now this error has occurred.

Yes in order to resolve the issue, the receiver UPI should be merchant.

KaleRucha commented 1 year ago

I am using merchant account only still I am getting this error. Please help

kaushaldarji29 commented 8 months ago

ya after adding the merchant upi id and when i try to do payment i got this error from payment app " this transection may be risky. for your safety, it can't be completed at this time" .. please provide the solution..