post
https://{environment}.plugsurfing.com/drive/v1/users//sessions/start
Start a remote charging session. Important implementation details:
- Only chargers with REMOTE_START_STOP_CAPABLE capability can be used
- Allow up to 2 minutes for session to transition from WAITING_TO_START to STARTED
- Wait at least 1 minute before retrying failed starts
- Multiple ongoing sessions are possible
- Subsequent start requests within 60 seconds on same connector are blocked
- Session events will notify about session status changes
- If a user has
CREDIT_CARDpayment method, and 3DS challenge mode is set toCHALLENGE, thenthreeDSClientSecretmight be present instead ofsessionId, which your frontend needs to prompt the user to sign. After the user successfully signs the challenge, do a second start request!