PassAndroid icon indicating copy to clipboard operation
PassAndroid copied to clipboard

Support Google Pay API for Passes

Open simontb opened this issue 6 years ago • 2 comments

Just saw that Google Pay now also supports various kinds of passes: https://developers.google.com/pay/passes

If possible PassAndroid should support to add passes from these links as well. I already did some investigations and passes are added to the Google Pay wallet with a JWT in a link. It should be possible to parse these JWTs. If additional information is stored on the Google servers already I don't know if we'll be able to retrieve them as well.

simontb avatar Apr 24 '19 06:04 simontb

My understanding is that the most important information is indeed stored on Google’s servers, and it not in the JWT. I’m not sure Google provides API access to the data of the pass.

andrewshadura avatar Jan 18 '22 08:01 andrewshadura

Recently I found this https://github.com/google-wallet/pass-converter, so it seems this feature should be possible? On android many apps only offer Wallet pass, and not pkpass, even when they support it, therefore converting seems to be the only possible solution.

gilcu3 avatar Dec 29 '23 09:12 gilcu3