578 questions
1
vote
0
answers
78
views
Play Services card recognition activity not padding edges
When implementing card recognition from the Play Services Wallet/Pay SDK, the activity that opens doesn't seem to have any sort of padding from the devices edges or safe areas. I've made a MRE repo ...
Best practices
1
vote
2
replies
39
views
Is it permissible to use a custom intermediate URL for the "Add to Google Wallet" button instead of the direct Save URL?
I am integrating the "Add to Google Wallet" functionality into my application and want to confirm if my proposed user flow complies with Google Wallet guidelines.
Current Understanding: The ...
Advice
3
votes
5
replies
110
views
Apple and Android native NFC vs Wallet
My company is currently building a small access control device, which is not really connected to internet. It's embedding the ST25R3911B nfc module.
They want final users to be able to use their ...
1
vote
1
answer
59
views
Google EventTicketClass cannot remove HeroImage once sent
I have the debugging code below in an otherwise working service class to create and update Google Wallet Passes
I am completely unable to remove the HeroImage once one is sent as part of the insert.
...
-1
votes
1
answer
209
views
Google Wallet can't load pkpass â works fine on iOS [closed]
I've created a simple customer card with PHP that works fine on iOS. However, in Google Wallet it shows the message: "Card/ticket cannot be loaded." I'm not sure if Google Wallet is missing ...
0
votes
1
answer
187
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 ...
1
vote
1
answer
418
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 ...
2
votes
0
answers
154
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
1
answer
99
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
2
answers
691
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
1
answer
279
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:...
1
vote
0
answers
93
views
NFC Reader is not receiving any data if I tap on my demo smart tap enabled generic pass
I am trying to build a demo generic pass with smart tap functionality but when I am tapping on my VTAP 50 DOT Origin NFC reader I am not getting any kind of data.
Here is my nfc code:
const { ...
1
vote
0
answers
178
views
Is there a way to update a PKPASS on Google Wallet in the same way that a PKPASS is updated using APNs on iOS?
On iOS, a PKPASS on Apple Wallet can be updated using a web service and APNs without the user having to redownload the PKPASS to see updated information. Is there a way to do this with a PKPASS added ...
1
vote
0
answers
102
views
Google Wallet Generic Card: Google Map Location and Website URL Not Displaying
I'm encountering an issue with the Google Wallet Generic Card where the Google Map location and website URL are not being displayed. I have verified that the data is correctly inputted into the card, ...
0
votes
1
answer
505
views
Parts of Google Pay api no longer exist and I cant work aroud a solution to add and Initialize the google pay button
I dont really know what to do, I have been trying to set up google pay for my app so that the user could checkout, but this doesnt seem to work, i was able to add the google pay button to my xml:
<?...