[POST] remoteStartCharging
/api/remoteStartCharging
RemoteStartRequestDTO
Attributes:
Name | Type | Description |
---|---|---|
email |
str
|
EMAIL OF USER |
site_id |
int
|
SITE ID OF CHARGER |
charger_id |
str
|
CHARGER ID TO START |
connector_id |
int
|
CONNECTOR ID TO START |
duration |
float
|
INTENDED DURATION OF CHARGING |
payment_intent_id |
Optional[str]
|
USE THIS FOR PAYMONGO. OTHERWISE, MONEY WILL BE DEDUCTED TO WALLET |
RemoteStartResponseDTO
Attributes:
Name | Type | Description |
---|---|---|
transaction_id |
str
|
CHARGE TRANSACTION ID |
Notes
- If
payment_intent_id
is indicated, this endpoint will only work for the following cases:- If payment method is credit card and the status is awaiting capture.
- If payment method is non-credit card and the status is paid.