Add LoyaltyCard to Google Wallet

135 views Asked by At

i have a problem adding a loyalty card into google wallet. I've followed all the instructions google has but in onActivityResult i get a generic responseCode 3 that i can't find any details.

{
  "iss": "[email protected]",
  "aud": "google",
  "typ": "savetowallet",
  "iat": "1687270367",
  "origins": [],
  "payload": {
    "loyaltyObjects": [
      {
        "id": "hidden.TestLoyalty6",
        "classId": "TestLoyalty",
        "state": "ACTIVE"
      }
    ]
  }
}

enter image description here

enter image description here

0

There are 0 answers