Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do you store QR codes in Android Pay aka Google Wallet

Tags:

java

android

ios

I am building a webpage that will generate a QR code for consumers and currently it has the ability for the QR code to be stored in Apple Wallet aka passbook, however, the people from Android Pay (Google Wallet) are saying that they don't support that.

has anybody had experience with having a QR code (not the image just the code since I believe it can generate the image) and then store the code in Google Wallet ?

A use case can be something like buying tickets on Fandango for a movie or a show to some event and storing the QR code in your Google wallet to be used when you enter the venue.

thanks

like image 361
Spencer Davis Avatar asked Sep 19 '25 07:09

Spencer Davis


2 Answers

Android Pay (Google Wallet) is just a payment mechanism and doesn't have the same features that Apple Wallet/Passbook has. Like the people from Android Pay have already told you, this isn't something that they support right now.

If you want somewhere to store QR codes and barcodes on your Android phone, maybe google drive or some 3rd party android app can do it for you.

like image 179
Eddie Curtis Avatar answered Sep 22 '25 00:09

Eddie Curtis


Thanks to a recent update, Google now supports adding things like passports, cards, etc to Google Wallet.

At the time of writing this it doesn't let you add plain QR Codes though, so you will have to request an issuer ID and create a Wallet pass in your backend. I hope this might change in the future but currently it's how it is.

Read more in the official guide

like image 21
Emil Avatar answered Sep 22 '25 01:09

Emil