Added new endpoint /charge-points/{chargePointId}/logs to retrieve OCPP logs for a specific charge point
We are exposing RateLimit headers now. Details here
Added Charge Point Statistics API for retrieving statistics related to a given charge point or charge points in a site
Added simCard related data to Charge Points model
Added roaming flag to Charge Points model
Added lastConnectedAt and disconnectedAt fields to Charge Points model
Added functionality to accept requests for Team Members join team request
Introduced an API for managing nested teams
Added amount field to ChargesgenenericPaymentSession this field can be set via PATCH endpoint.
Added eventTime field for Webhooks. This field captures the timestamp at which the event was generated by our systems. this field has milliseconds precision.
Introduced the ability to assign an operator_id to a Team when not provided the default will be assigned.
New endpoints added to block / unblock a Charge Key
Update to Insights > Driver Report: you can provide wether the report is based on wallet transactions completedAt or charge transactions completedAt date (default)
π Fix
Generic Payment Sessions no longer require cardLast4 to be present to be persisted. For now, we persist in any Generic Payment Session that has any field filled in. Very soon will make it a requirement to provide at least one provider and externalId
Generic Payment Sessions require the fields provider and externalId to be provided.
Fixed a couple of fields that were not mapped correctly on the Tariffs response
The vat flag was not applied correctly to spot fees.