Chargers
Tariffs
Chargers > Actions
Chargers > Connectors
Chargers > Licenses
Chargers > Settings
Meters > Chargee
Products
Sites > Chargers
Sites > Connectors
Sites > Smart Charging
[Deprecated] Chargers
[Deprecated] Commands
[Deprecated] Datapoints
[Deprecated] Sites
[Deprecated] Teams
[Deprecated] Users
Chargers > Licenses
Create Payment Intent
POST
/
api
/
v3
/
chargers
/
{charger_uuid}
/
licenses
/
payment-intent
curl --request POST \
--url https://cloud.volttime.com/api/v3/chargers/{charger_uuid}/licenses/payment-intent \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"product": "architecto"
}'
{
"payment_intent": "pi_XXXX",
"ephemeral_key": "ek_test_XXXX",
"customer": "cus_XXXX",
"publishable_key": "pk_test_XXXX"
}
Authorizations
See the documentation for more information.
Path Parameters
Body
application/json
Response
200 - application/json
The response is of type object
.
Was this page helpful?
curl --request POST \
--url https://cloud.volttime.com/api/v3/chargers/{charger_uuid}/licenses/payment-intent \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"product": "architecto"
}'
{
"payment_intent": "pi_XXXX",
"ephemeral_key": "ek_test_XXXX",
"customer": "cus_XXXX",
"publishable_key": "pk_test_XXXX"
}
Assistant
Responses are generated using AI and may contain mistakes.