TestCharge
A step which indicates if we're able to test charge the user's vehicle(s).
Fields
Returns the error raised from a failed test charge.
A unique identifier for this onboarding step.
Returns true if the device is ready for a test charge.
Returns true if the test charge has started.
Returns the dispatch status of test charge.
Deprecation
The 'status' field is deprecated.Please use 'isStarted' and 'error' instead.
- Marked as deprecated on 2024-12-12.
- Scheduled for removal on or after 2025-02-12.
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
Example
{
"error": TestChargeError,
"id": "87288736",
"isReady": true,
"isStarted": true
}