How to save an Offer to Google Wallet using JWT?
Actually I want to save an offer to 'Google Wallet'. As I haven't worked on it before I did some RND and came across this documentation . In this documentation they are creating Offer class object at Android side but, in my case the Offer class object is creating at our back-end server and I'm getting ready-made JWT token just by hitting one API to our back-end server, now using that JWT token I want to save the offer to the 'Google-Wallet'. Now my question is, is it possible? if Yes please tell me How? Also please let me know if I can provide more details so that you can understand my problem