Start Public Charging Session
Public Charging
Start Public Charging Session
POST
Start Public Charging Session
Starts a public charging session on a charger’s connector and creates the Stripe pre-authorization. This endpoint does not require authentication and is rate limited to 3 requests per minute per IP address. Each charger also accepts a limited number of successful sessions per hour; exceeding it returns
429.
Returns 404 if the charger is unknown or does not have public charging available, 400 if the charger is offline, 422 if the connector is unknown, and 409 if the connector is unavailable.
The public code of the charger. Case-insensitive. Maximum 10 characters.
The connector ID to start charging on. Must be between 1 and 100.
The driver’s email address for the receipt. Optional. Must be a valid email, maximum 255 characters.
Response
Returns201 Created.
The session token. Use it as the
{token} path parameter to poll, confirm, stop, or cancel the session. Treat it as a credential.The session details.
The Stripe payment context used to confirm the pre-authorization in the browser.