586 questions
0
votes
1
answer
74
views
Is it possible to push a card to Google Wallet on Android from a desktop browser?
I'm trying to provision a card to an Android device's Google Wallet, but I'd like to initiate the process from a browser running on a desktop computer (Windows/macOS/Linux).
I know that iOS Web ...
0
votes
1
answer
214
views
How to verify Google Wallet's callback signature?
When using the Google Wallet API a callback URL can be provided, this will indicate whether the pass has been added or deleted from the user.
I have been trying to do a C# implementation that verifies ...
0
votes
0
answers
150
views
Google Wallet: How to create generic pass object
I'm using library chiiya/passes to generate membership cards for my project. The github page has an example to create a generic object but, maybe I'm wrong, some information is missing.
$object = new ...
2
votes
0
answers
116
views
How to launch Google Wallet application from a Flutter app?
I am developing a Flutter application and need to launch the Google Wallet app when a user taps a button.
Launch the Google Wallet app directly from my app.
Open a specific pass (e.g., a loyalty card, ...
0
votes
0
answers
71
views
I can't create a Generic Pass for Google Wallet
It looks like it's all right, but Add the token to the Google Pay link, the Pass Add button on Google Wallet is not generated. Could verify if the token is correctly formatted and compatible with the ...
0
votes
0
answers
46
views
Google Wallet EventTickets: notifyOnUpdate Not Triggering Push Notifications
I'm trying to trigger a push notification for users when an event time changes for an EventTickets pass in Google Wallet. According to the Google Wallet documentation, setting "notifyPreference&...
0
votes
0
answers
120
views
ARDUINO: PN532 NFC reader for Google Wallet Passes
I am developing an app on arduino UNO using PN532 to read Google wallet passes via APDU commands. As a reference I am using Google-smart-tap
On the first command (SELECT VAS APPLET), I get a response ...
0
votes
0
answers
56
views
Getting error validating google wallet pass object
THis is the error I am getting validating
This is my object body
{
"is": "[email protected]",
"aud": "google",
"...
0
votes
1
answer
61
views
Unable to use Javascript Wallet client with a service account from different GCP project
I am attempting to use the Google Wallet node.js api with a service account.
The service account comes from a different GCP project. I have granted the service account the appropriate role so that it ...
0
votes
0
answers
112
views
Google Wallet showing Default Value of Localized String cannot be empty
Here two questions:
what can be the reasons for this mentioned error in screenshot?
Why does it always show the same Title (Google IO) even though I changed my code? It never changes to any other ...
0
votes
0
answers
45
views
How do I call Google Wallet API from Firebase without manually specifying credentials?
This works, but means I need credentials on my local machine, and in Git for CI to work. Meh.
import googleServiceAccountCredentials from '../serviceAccount.json' with { type: 'json' }
const auth = ...
0
votes
2
answers
439
views
Google Wallet Pass JWT and API
We are investigating how we can build a backend API for the generation of generic passes for a user to add to their Google Wallet.
For the investigation we are referencing the Google .NET example ...
0
votes
0
answers
126
views
Does Google Wallet Generic Class support Right To Left Template?
I need to create Google Wallet Layout using Class Template Info.
I couldn't find any Documentation of Right To left support.
I will Appreciate any insights.
0
votes
1
answer
202
views
Issue with header, probably authentication, with google api request for google wallet
I'm trying to Issue a Google Wallet pass to a user. I believe I'm having an issue with the authentication portion of this code.
On the last line when executing the request, I keep receiving this error:...
0
votes
0
answers
46
views
Lack of notification from loyalty object update
Updating a loyalty object
https://developers.google.com/wallet/reference/rest/v1/loyaltyobject/update
Following the request body
https://developers.google.com/wallet/reference/rest/v1/loyaltyobject#...