{# app/modules/loyalty/templates/loyalty/admin/wallet-debug.html #} {% extends "admin/base.html" %} {% from 'shared/macros/headers.html' import page_header %} {% from 'shared/macros/tables.html' import table_wrapper, table_header %} {% block title %}Wallet Debug{% endblock %} {% block alpine_data %}walletDebug(){% endblock %} {% block content %} {{ page_header('Wallet Diagnostics', back_url='/admin/loyalty/programs', back_label='Back to Programs') }}
Wallet Tools

Config Validation

Validates Google Wallet configuration: service account, credentials, issuer ID, origins, and logo URL reachability.

Class Status

Shows Google Wallet class review status for each loyalty program. Classes must be APPROVED for wallet buttons to work.

Card Inspector

Inspect a loyalty card's wallet integration state, including Google Wallet object status and JWT details.

Save URL Tester

Generate a fresh Google Wallet save URL for a card and inspect the JWT.

Recent Enrollments

Shows the last 20 enrollments with their wallet integration status.

Apple Wallet Status

Apple Wallet configuration status and pass statistics.

{% endblock %}