Getting error “You have exceeded the maximum transaction amount set by your bank” when calling Google Pay intent from my android app
问题 I am facing a problem with Google pay integration(in-app payment) in android app. When I make a request to transact I am getting the error "You have exceeded the maximum transaction amount set by your bank" even though that is my first transaction. And when I try to send amount directly from Google pay it works. This is the Google pay's in-app payment resource. Here is code Uri uri = new Uri.Builder() .scheme("upi") .authority("pay") .appendQueryParameter("pa", upiId) //receiver's upiId