HomeGuidesAPI ReferenceChangelog
Terms of Use
Changelog

3.235.0 release notes

  1. ⚠️ Breaking changes
    1. Changed Session energy values on GET /public-api/resources/sessions/v1.0 and GET /public-api/resources/sessions/v1.0/{session} to use precise meter readings only. For sessions without a precise reading, energy and energyConsumption.total now return 0 instead of falling back to legacy energy readings.
  2. New features
    1. Added the optional paymentOrderReference string property to the Transactions request body on POST /public-api/resources/transactions/v1.0. Use it to supply an additional payment reference for reconciliation; values can contain up to 255 characters.
    2. Added the optional paymentOrderReference property to Transaction responses returned by GET /public-api/resources/transactions/v1.0, POST /public-api/resources/transactions/v1.0, GET /public-api/resources/transactions/v1.0/{transaction}, and PATCH /public-api/resources/transactions/v1.0/{transaction} when a payment reference has been recorded.