Skip to main content
API

Get charger data from Express

x-ms-visibility: "important"

Send a request to get charger to Express adhoc payment system.

Path Parameters
    chargerId string required

    This is globally an unique ID for the charger

Responses

Returns charger data with prices


Schema
    chargerId string
    urlKey string
    chargerType string
    sockets object[]
  • Array [
  • connectorId int32 nullable
    price object
    id int64
    customerId string
    priceType string
    currency string
    unitPrice double nullable
    vat double nullable
  • ]
Loading...