All Questions
Tagged with google-wallet google-api
20 questions
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:...
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
0
answers
141
views
Understanding the Architecture of Google Generic Private Pass
I'm seeking a more in-depth understanding of the architecture behind Google Generic Private Pass (GPP). Despite reviewing the official documentation, I'm looking for detailed insights into how GPP ...
0
votes
1
answer
754
views
Google Wallet Generic Pass Removing Card Title and Custom Font Color
Prerequisites
I am working on the dotnet implementation of the Generic Pass and as per our need I don't want to display the Card Title and I also want to display a custom font color for the text on ...
2
votes
2
answers
3k
views
Something Went Wrong - Google Wallet API Pass Creation
I'm following the guide here: https://developers.google.com/wallet/generic/web?authuser=2 to setup my Google Wallet Pass Generic passes.
I have generated the following payload for my JWT, however ...
0
votes
1
answer
2k
views
Create a class for Google API wallet in PHP
I allow myself to ask a question here because I really can't find the solution and I hope to find some help here!
So first, I understood how the Wallet API of google works, I created a class to test ...
0
votes
1
answer
1k
views
"Missing resource" error returned when creating new offerClass via googleapis/google-api-php-client
UPDATE: I have now just about worked out how to do this. I'm in the process of building a library to clear up the process flow and will link it here once it's in a state to start maintaining on Github....
1
vote
0
answers
498
views
How to add shipping method in Google Pay Android
As per Gpay document I created Json request(gpay) for shipping method like:
currencyCode: "USD",
countryCode: "US",
totalPriceStatus: "FINAL",
totalPrice: &...
6
votes
2
answers
640
views
Prevent client-side tampering when using Google Pay JavaScript API
I am trying to integrate Google Pay into our online store using the Google Pay API, and in the tutorial, there is this snippet which set the amount to pay, and currency code in a JavaScript object ...
12
votes
2
answers
6k
views
Get the transaction history from Android Pay via API?
Our application (an expenses manager) would like to extract the transaction history from Android Pay in order to make it easier for the user to enter their purchase history. Is this possible - either ...
2
votes
1
answer
1k
views
Android Pay - Full Wallet Confirmation Result Code 1 and Error Code 10
For a while, Android Pay was working well. Until recently (end of May), I received the following error.
I'm referencing the publicly available Android Pay tutorial. During "Product Checkout" when a ...
0
votes
1
answer
612
views
How to update a wallet object in Android Pay?
I'm working with "Save to Android Pay" API and I'm trying to update one of my objects. According to Google's API.
One way to achieve it is by using the cURL commands and follow these steps:
Get a ...
0
votes
1
answer
838
views
Save to Android Pay: how to generate 2 unique ID's per object
I'm a real rookie with Android and especially 'Save to Android Pay' API. I'm following the Google's Guide and Google's Sample, in order to implement my own offer class and "Save to Android" button.
...
1
vote
0
answers
90
views
Android Pay - How does Merchant provide data to 3rd party app?
I'm interested in integrating Android Pay into my Android app. I had a question about how the Merchant provides data to the app.
https://developers.google.com/android-pay/get-started
Lets say, if I ...
0
votes
1
answer
43
views
Utility for Refilling an Account on A certain Schedule
Say I have several accounts with Generic Bank. One account is the Master account and all the others are specific budgetary purpose accounts - like one for eating out or for gas. For any given time ...