devsonuyadav/one-react-native-upi

Your Money has not been debited

Opened this issue · 0 comments

Describe the bug
You have exceeded the bank limit for this Transaction. Retry with smaller Amount.
To Reproduce
Steps to reproduce the behaviour
App built Properly and it's working fine
I used this config

const config = {
upiId: 'yourmechantid@paytm',
name: 'Sonu',
note: 'Test payment',
amount: '100',
}

When I click on make payment button the function invokes the payments app and I choosed gpay and I entered password to open and and click on pay the error mentioned above came. But I recognised the receiver upi id and their bank name.
Expected behavior
When I tap on payment button payment function results either success or failure but the payment app throwing error.