Skip to main content
GET
Get Public Charging Wallet Status
Returns the Apple Pay and Google Pay activation status for the merchant’s connected Stripe account. This lets the Scan to Pay page flag when the wallet payment buttons will not render (for example, when the connected account is still missing a business URL). The result is cached briefly. When the merchant has no connected Stripe account, or the lookup fails, all statuses are returned as null.
charger
string
required
The UUID of the charger.

Response

apple_pay
boolean
Whether Apple Pay is active for the connected account. null when no account is connected or the status could not be determined.
google_pay
boolean
Whether Google Pay is active for the connected account. null when no account is connected or the status could not be determined.
error_message
string
A human-readable reason the wallet buttons may not render. May be null.