60 questions
0
votes
0
answers
100
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
57
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
19
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#...
0
votes
0
answers
49
views
Issue with Redirecting the user to the Google Wallet installation page
I'm trying to add a boarding pass to Google Wallet using com.google.android.gms:play-services-pay API , but I'm encountering an issue. The user doesn't have Google Wallet installed and hasn't synced a ...
0
votes
0
answers
30
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 { ...
0
votes
0
answers
70
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 ...
0
votes
0
answers
45
views
Issue using WalletPasses.io
I'm using the WalletPasses.io service to allow do automatic updates for my Wallet Cards created using PHP/Laravel, with the pkpass/pkpass v2.3.1 library. The generated .pkpass file works correctly on ...
1
vote
0
answers
58
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, ...
-2
votes
1
answer
119
views
Google wallet and webhook
there,
Are there any webhooks for google wallet passes?
For example when a user deletes a pass from his wallet.
For the moment, I have to do daily and unitary queries to have the status of all the ...
0
votes
0
answers
45
views
Using Google wallet api to generate transit passes getting error
I m trying to generate single url for google wallet transit passes , its working fine upto 3 passes , after adding more than 3 passes getting error and url https://pay.google.com/gp/v/save not ...
0
votes
0
answers
24
views
AutofillHint- creditCardNumber is not working
Setting android:autofillHints="creditcardNumber" is not showing the saved cards or the 'Scan a new card button'
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout....
0
votes
1
answer
194
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:
<?...
0
votes
1
answer
118
views
Is there a way to track "downloads" of Apple Wallet or Google Wallet for my app?
Does Google or Apple provide statistics on wallet usage through either of their developer portals?
I'd like to track or count the number of times the Mobile Wallet version of my app (the barcode, ...
2
votes
0
answers
164
views
Google OAuth 2.0 - Invalid Scope Error for Google Wallet API (wallet_object.issuer)
I'm trying to use the Google Wallet API to generate custom passes, but I'm encountering an issue with the OAuth 2.0 authorization process. When I request the https://www.googleapis.com/auth/...
0
votes
1
answer
558
views
Wallet Pass NFC usage for non-payment terminals
We have a scenario where we have multiple buildings that use a number of different NFC terminals for access control, and we would like to be able to create wallet passes that will grant access.
When ...