Google Wallet has no user-initiated suspend — self-service portals break
A cardholder reports they cannot suspend their Google Wallet credential from the app. Your self-service portal's "suspend my badge" button hits an API call that works for Apple Wallet but returns an error for Google. Or the button appears in the UI for both platforms but silently does nothing for Google.
Google Wallet Corporate Badge has no user-initiated suspend or resume path. All lifecycle changes route through the management system (Client Backend → CP). The cardholder cannot disable their credential from the device. This is a Google platform constraint, not an AE or CP limitation.
Gate the self-service suspend/resume UI on wallet type. Show it only for Apple Wallet cardholders. For Google Wallet, surface an admin-contact flow instead. In API code, branch on the credential's wallet platform before calling any user-side lifecycle endpoint.