Questions tagged [google-pay]

Google Pay is a payment service developed by Google that is used to send and receive money from a mobile device or computer.

589 questions
-1
votes
1 answer

google play store rejected my app due to sms permissions & sensitive information policy

I have made an exam preparation android app ,for registration I send OTP to the user the app got rejected multiple times even though i have mentioned in the review comment that we use…
-1
votes
1 answer

GPay button not appearing in Stripe Payment

I'm trying to integrate GPay through stripe in my webpage, below is the code snippet. I'm able to make it visible in my localhost using ngrok, the same is displayed in the dev environment, however in QA it is not getting displayed. I've verified the…
rtv
  • 165
  • 1
  • 12
-1
votes
1 answer

activity doesn't start while OnclikcListener is i=used

helleo. here's my issue: i created a payment function ,but it just doesn't start the activity i want it to start due to a function being deprecated. so basically, it does nothing (hopefully it doesn't crash), but i can't show it to my tutor. here's…
-1
votes
1 answer

What happens if I buy a subscription on my iPad, but never open the app again or uninstall it and just use app via Android

I am Working on a Multi-Platform Application. We have used stripe for subscription but the app is rejecting and forcing us to use IAP. now question is that how can we deal with this kind of Scenario like if a person buys a renewable Subscription…
-1
votes
1 answer

WooCommerce: Don't display Shipping Addreess on virtual products in Apple, Google or Amazon Pay

Have a client with a small store and one product is set to Virtual (https://www.theartboxacademy.com/product/pediatric-hospital-boxes/). We're using Stripe as the payment method and for this product, they don't want the Shipping Address displayed,…
Adam Bell
  • 1,049
  • 1
  • 16
  • 50
-1
votes
1 answer

Google Pay Implementaion On The Web

I want to add the google pay buy now button on my website, I used the below documentation for reference. https://codelabs.developers.google.com/codelabs/pay-web-checkout/index.html?index=..%2F..index#0 and everything works fine and here is the code…
-1
votes
1 answer

How to get payer email in flutter stripe gpay integration?

my code is like this: actually i want to get the email id of buyer.for this i have print see the log.but i am not getting the payer email id. StripePayment.setOptions(StripeOptions(publishableKey: _credential, androidPayMode: 'test')); …
Sanju
  • 11
  • 6
-1
votes
2 answers

Using Google Pay api on Chrome Web Store Extension

I know Chrome Web Store has a own built-in payment system, and all the guide about the use of that payment system. But the Google Pay API are also support for web "The Google Pay API enables fast, simple checkout on your website.". And Extension is…
MGJH
  • 11
  • 3
-1
votes
1 answer

GOOGLE PAY payment integration in ionic4

I am working on a project and I have to integrate GOOGLE PAY payment gateway. I could not find any articles which help me to start development to integrate GOOGLE PAY in Ionic. Referred some articles but not getting the exact solution. If someone…
Anjali Sharma
  • 535
  • 6
  • 15
-1
votes
1 answer

How could I get payments via google pay

I need a payment solution for my chatting app. Since I checked all the documentation of the google there is no sign solves my problem. As I understand google only doing tokenization for credit cards. I think I need A payment gateway for that. But I…
-1
votes
1 answer

User have to buy coins to call someone in my Android App. Which one is better, Google Pay or Google In-App Billing for my scenario?

I'm developing an Android application in which user have to buy coins to use features of app. I want to know which is the best way to achieve my goal. I have read about Google Pay and Google In-App billing, but i am unable to understand which…
Asad Alii
  • 31
  • 5
-1
votes
1 answer

Can google pay be integrated as an external payment method?

I am currently using CCavenue as my payment gateway, and we collect payments via email, where the Pay button is pre-configured with the URL, which redirects to the payment gateway. I am keen on using Google pay. Below are my few queries - a) Can a…
Nitish Patra
  • 289
  • 5
  • 20
-1
votes
1 answer

Receive payments using PaymentRequest without 3rd party processors

Google Chrome now supports receiving payments with PaymentRequest API using a list of 3rd party payment processors. But I cannot understand if Google supports receiving payments with Google account only, without 3rd party processors, probably with…
Oleg
  • 22,300
  • 9
  • 68
  • 84
-2
votes
0 answers

Google pay and apple pay not working using ngx-stripe(buttons are visible)

Error for google Pay I added my wise card in the browser for the payment but google pay says-there was error proccessing your order and apple pay says payment cannot be completed. I am using ngx-stripe library. Thanks for any help in advance.
-2
votes
1 answer

STRIPE on FLUTTER

I have install and use FLUTTER_STRIPE, but there is a error that which I can't understand.. When I debug, click PAY and there is a error messager I/flutter (32337): eccezione'package:flutter_stripe/src/stripe.dart': Failed assertion: line 488 pos 9:…
1 2 3
39
40