google-pay

Getting error “You have exceeded the maximum transaction amount set by your bank” when calling Google Pay intent from my android app

泪湿孤枕 提交于 2021-02-15 05:40:38
问题 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

Getting error “You have exceeded the maximum transaction amount set by your bank” when calling Google Pay intent from my android app

穿精又带淫゛_ 提交于 2021-02-15 05:38:59
问题 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

Getting error “You have exceeded the maximum transaction amount set by your bank” when calling Google Pay intent from my android app

烈酒焚心 提交于 2021-02-15 05:38:44
问题 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

ANDROID:- Google pay ACTION CHOOSER not working

无人久伴 提交于 2021-02-07 04:30:38
问题 Im trying to do a payment through the action chooser. In my i have given the URI and when i am clicking on paynow button it asking select payment applicatin like GPAY or PAYTM or WHATAPP when ever i clicks on GPAY it is not working. But when i tried with whatsapp it is working. please see my code do i miss anything ?i am attaching some images for the reference whenever i clicks on "PAYNOW" button im calling below function:- private void payUsingUpi(String name, String strupi, String strnote,

Google Pay UPI integration using URL Schemes - iOS

生来就可爱ヽ(ⅴ<●) 提交于 2021-02-04 17:26:07
问题 I'm developing an app that accepts Payment using UPI, as per the guidelines provided by the NPCI documentation available at link https://www.npci.org.in/sites/all/themes/npcl/images/PDF/UPI_Linking_Specs_ver_1.5.1.pdf I am able to replicate the Intent base behavior in android as per the documentation of Google Pay available at link https://developers.google.com/pay/india/api/android/in-app-payments but I am not able to achieve the same behavior in iOS using URL schemes if more than one UPI

How to auto charge for my online service using Google Pay

天涯浪子 提交于 2021-01-29 20:12:18
问题 I want to make a website, which has a function, users have to login and link their credit card to use that function, and I charge them for how many times they use in a month. Just like how Google does on Google Ads. How can I do this? Is this possible by using Google Pay API? Google Pay FAQ says: Support for recurring billing is tied to the payment method returned in the Google Pay API response. Both tokenized cards and cards on file can be used for recurring billing. To process recurring

UPI integration using deeplinking in iOS

安稳与你 提交于 2021-01-20 14:00:23
问题 I am working on opening GooglePay, PhonePe or PayTM app when the user taps on Pay via UPI. According to NPCI docs https://www.npci.org.in/sites/default/files/UPI%20Linking%20Specs_ver%201.6.pdf, when I try to open upi://pay?parm-name=param-value&param-name=pram-value&... or essentially upi:// from mobile browser, it randomly opens any UPI installed application (whatsApp in my case) and if whatsApp isn't installed, it opened PayTM. I want a behaviour in my app where if a user taps on Pay via

UPI integration using deeplinking in iOS

怎甘沉沦 提交于 2021-01-20 13:54:48
问题 I am working on opening GooglePay, PhonePe or PayTM app when the user taps on Pay via UPI. According to NPCI docs https://www.npci.org.in/sites/default/files/UPI%20Linking%20Specs_ver%201.6.pdf, when I try to open upi://pay?parm-name=param-value&param-name=pram-value&... or essentially upi:// from mobile browser, it randomly opens any UPI installed application (whatsApp in my case) and if whatsApp isn't installed, it opened PayTM. I want a behaviour in my app where if a user taps on Pay via

UPI integration using deeplinking in iOS

强颜欢笑 提交于 2021-01-20 13:54:32
问题 I am working on opening GooglePay, PhonePe or PayTM app when the user taps on Pay via UPI. According to NPCI docs https://www.npci.org.in/sites/default/files/UPI%20Linking%20Specs_ver%201.6.pdf, when I try to open upi://pay?parm-name=param-value&param-name=pram-value&... or essentially upi:// from mobile browser, it randomly opens any UPI installed application (whatsApp in my case) and if whatsApp isn't installed, it opened PayTM. I want a behaviour in my app where if a user taps on Pay via