Google Wallet pass simulator

Your Google Wallet service account credentials are not configured. This debug view displays the signed Save to Wallet JSON payload.

{/* Phone Preview */}
Google Wallet Pass
SMARTCARD GENERIC
Alex Johnson
Senior Product Designer
Creative Studio
QR Code
Scan to save contact or view public card

Pass JSON Web Token Payload (Save To Wallet JSON)

{ "iss": "smartcard-simulated-service-account@google.com", "aud": "google", "typ": "savetowallet", "iat": 1780838815, "payload": { "genericObjects": [ { "id": "issuer-simulated-id.cmpzrbret000444hm8zt6i3m0", "classId": "issuer-simulated-id.IdentiQClass", "genericType": "GENERIC_CARD", "cardTitle": { "defaultValue": { "language": "en-US", "value": "IdentiQ Digital Identity" } }, "header": { "defaultValue": { "language": "en-US", "value": "Alex Johnson" } }, "subheader": { "defaultValue": { "language": "en-US", "value": "Senior Product Designer" } }, "title": { "defaultValue": { "language": "en-US", "value": "Creative Studio" } }, "barcode": { "type": "QR_CODE", "value": "https://smart-card-one.vercel.app/u/demo" } } ] } }