HomeGuidesAPI ReferenceChangelog
Terms of Use
Changelog

3.185.0 release notes

  1. New features
    1. Added the optional userLabel property to ID Tag responses on GET /resources/id-tags/v2.0, POST /resources/id-tags/v2.0, GET /resources/id-tags/v2.0/{idTag}, and PATCH /resources/id-tags/v2.0/{idTag}. The field exposes the user-friendly label associated with the ID tag when one is set.
    2. Added the optional discounts property to Session responses on GET /resources/sessions/v1.0 and GET /resources/sessions/v1.0/{session}. The field returns the session's discounts aggregated by discount type, each with its total amount with and without tax.
    3. Added the optional discounts property to each item inside the priceBreakdown array on the same Session endpoints, exposing per-line aggregated discounts by type.
  2. 🔧 Improvements
    1. The kioskModeEnabled property on Payment Terminal responses is now returned (as true) for location-scoped terminals, in addition to single-charge-point terminals. Previously the field was omitted for location-scoped terminals.
    2. PATCH /resources/tariffs/v1.0/{tariff} now correctly strips nested objects whose contents collapse to only unspecified null values, preventing spurious validation errors when partial updates touch nested structures.