Set Public Charging Settings
Settings
Set Public Charging Settings
POST
Set Public Charging Settings
Enables or disables public charging (Scan to Pay) for the specified charger and updates its pricing and billing plan. Enabling requires that the organization has public charging enabled and has completed Stripe Connect onboarding. A charger cannot run public charging and reimbursement at the same time. Requires a verified email address. Returns the updated public charging settings on success, in the same shape as Get Public Charging Settings.
The UUID of the charger.
Whether to enable (
true) or disable (false) public charging.The price per kWh in the smallest currency unit (for example, cents). Required when
enabled is true. Must be at least 1 and may not exceed the maximum allowed for the merchant’s currency.The fixed start fee in the smallest currency unit. Must be
0 or greater and may not exceed the maximum allowed for the merchant’s currency.The billing plan. One of
subscription or transaction. When omitted, the existing plan is kept, otherwise the transaction plan is used.