Confirm a reservation
Attempts to confirm a reservation intent by assigning an available charging station and locking a connector. This endpoint is typically called automatically by Charge ~30 minutes before the preferred charging window. The response indicates success (confirmed
) or failure (failed
) to assign a suitable station.
Path Parameters
ID of the reservation intent to confirm.
Body
Response
Returns the Reservation object with the reservation’s final status. If successful, status is updated to confirmed
, and a compatible charging station is assigned. If no station is available, the status becomes failed
, with a failed_reason provided.
The Reservation object represents a driver's intent to charge their vehicle within a specific time window (ideal_start
/ideal_end
) and geographic area (location
).
Initially, a reservation is in a pending state. Charge automatically attempts to assign an available charging station and confirm the reservation approximately 30 minutes before the desired start time. If successful, the reservation status updates to confirmed, locking a connector at the assigned charging station.
If no suitable charging station is available, the reservation status changes to failed with a failed_reason
. Once charging successfully occurs, the reservation status becomes completed. Reservations can also be cancelled by the driver or automatically expired if unused.