Questions tagged [android-pay]

Android Pay (formerly Google Wallet) is a virtual representation of your wallet securely stored in the cloud. Your payment credentials, coupons/offers, and loyalty cards can then be easily accessed from any device or purchase flow that supports Android Pay.

Android Pay (formerly Google Wallet) is a virtual representation of your wallet securely stored in the cloud. Your payment credentials, coupons/offers, and loyalty cards can then be easily accessed from any device or purchase flow that supports Android Pay.

Please note that while Android In-App Billing leverages Android Pay, IAB questions should be tagged with

542 questions
0
votes
2 answers

Generating a jwt in Google Wallet

I don't understand how they are generating the jwt in tutorial #1. Is it a call to a JavaScript function?
Phillip Senn
  • 46,771
  • 90
  • 257
  • 373
-1
votes
2 answers

How do i integrate google wallet in my application

I want to integrate google wallet in my application: I need the below functionality:- User can buy some coins from merchant application using google wallet . For e.g. User will be given an option that 10 coins -- 1$. so user will be redirected to…
Pardeep Kr
  • 479
  • 2
  • 6
  • 25
-1
votes
1 answer

“Unrecognized App” Android Pay implementation?

I'm testing the Android Pay API. I generated the public key by using the command PaymentMethodTokenizationParameters parameters = PaymentMethodTokenizationParameters.newBuilder() …
-1
votes
2 answers

How to purchase digital goods using Android app

Currently, I am working on a project where I have 2 buttons "Add 500 Points" or "Add 1000 Points" and when they press on it, they will pay 5$ or 10$ using in-app payment. The user can pay multiple time by pressing the buttons. As I am doing first…
-1
votes
1 answer

How to detect an CTS approved Android build?

In the documentation of Android N preview is mentioned: This early build is not Compatibility Test Suite (CTS) approved. Apps that depend on CTS approved builds won’t work (Android Pay for example). In my Android app I want to check whether the…
friedger
  • 645
  • 7
  • 21
-1
votes
1 answer

Is there a resolution for this conflict between the material design support library and the gms:wallet library over the field "rippleColor"?

In my project, when I try and add the latest design support library I get this error which appears to be in conflict with the wallet library: D:\Android…
Nick Yelito
  • 77
  • 1
  • 10
-1
votes
1 answer

How to sign up for android developer on play store with debit cards in India?

Location . India. I want to sign up for android developer on play store but I don't have any credit cards but I have debit cards . How to do it with debit cards any way of doing it. ?
-1
votes
1 answer

What are acceptable characters that can be used in the template?

In the Wallet Objects template, what characters can I use? I do not want to accidentally use characters that are not supported.
-1
votes
1 answer

GAE Billing Aggregation for several instances in an account

I've got a simple question. Now I'm trying to pay for 10 GAE instances of one account, but I'm not sure whether there is a way to receive only one receipt for these instances per week. Thanks for your kindness
-2
votes
1 answer

Limiting Card Types on Android Pay

The payment processor we are using supports all card types besides Discover for Android Pay. I have been looking all over the place to try and find a way to limit the card types that are supported. The only flags I could find that were somewhat…
Cherub
  • 11
  • 3
-2
votes
1 answer

Google Wallet for Merchant isn't available in my country

I'm trying to start up as a Android developer and I reasearch and found that I need an account of Google Wallet for Merchant but it isn't available in my country I reasearch a lot and didn't found more information, does anyone knows about another…
-2
votes
1 answer

Stop purchase cancellation emails from Google Checkout

I know this have been discussed before, but I can't really find any path to solve this issue so far. More after the new Checkuout/Wallet integration, path changed. I'm dealing with toons of daily emails from Google each time a customer cancel an…
-3
votes
1 answer

How do I use the base64 for in-app billing and do I need that?

I've been trying to program a working shop system for days, but I see that the Billing Client is not connected. Toast message here is error connecting to billing. Where is the mistake? Do I need a help class? In many instructions it is said that…
-4
votes
1 answer

What's the percentage of lose in the final step of Android In-App-Purchase?

I've an Android APP in Google Play store, with In-App-Purchase features. As the data I collected, there are 95% users cancelled their payment. What I mean is, assume 100 users init the process of Google Pay, only 5 of them finally done. My question…
Alix
  • 256
  • 3
  • 17
-4
votes
1 answer

Do not want a barcode on the expanded view, but would like the card number to be displayed as large as possible, for manual keying by a store clerk

From what I can see in the Google Wallet Objects API documentation, there are two loyalty templates from which to choose. One has the barcode section, and the other has an image instead. Is there any way to configure or otherwise create a third…
1 2 3
36
37