I'm integrating Google Wallet payments in our website. I have created a merchant and a buyer account and I am testing in different browsers. Practically I did everything as described in the google wallet tutorial but the test cards I'm using won't work.
I tried the test cards from this list and from this list but when I add a new payment method to my buyer account it says "Unsupported payment method". But when I test the payment process from the google wallet tutorial, those same payment methods are available.
For my backend I'm using java and the JWT generation code is the one from the google wallet tutorial. I replaced the ISSUER
and SIGNING_KEY
with my merchant account's Seller Identifier
and Seller Secret
. But when I run the code from our website, the payment methods are unavailable.