Change log

API Change
Resource API 'failed' status added to chargingStatus in GET /sessions

Asynchronous session When session fails to start, chargingStatus = failed is returned in the GET /sessions to the app
Note: The server immediately returns pending status when the session start is asynchronous and the mobile app should poll to get the status of the session.
Synchronous session When session fails to start, the error is returned immediately to the app

To test failed start session, use STARTFAIL or FAILSTART as the vehicle registration number (VRM) when starting the session.
Available only in test environment
Back