HomeGuidesAPI ReferenceChangelog
Terms of Use
Changelog

3.189.0 release notes

  1. ⚠️ Breaking changes
    1. Renamed the endpoint GET /resources/energy-coupons/v1.0/{energyCoupon}/session-consumption-records to GET /resources/energy-coupons/v1.0/{energyCoupon}/energy-coupon-session-consumptions. Consumers calling the old path must update.
    2. Renamed the sessionConsumptionRecords property on GET /resources/energy-coupons/v1.0/{energyCoupon} responses to energyCouponSessionConsumptions. The corresponding include query parameter value has also been renamed from sessionConsumptionRecords to energyCouponSessionConsumptions.
  2. New features
    1. Added the endpoint GET /resources/sessions/v1.0/{session}/energy-coupon-session-consumptions, which returns the energy coupon consumption records associated with a session.
    2. Added the couponId property to energy coupon session consumption response items (returned by the new sessions endpoint and the renamed energy coupons endpoint), making it possible to identify which coupon a consumption record belongs to.
    3. Added the optional screensaverWelcomeMessage, screensaverPaymentMethods, and screensaverLogoUrl properties to Valina payment terminal request and response payloads, allowing screensaver branding to be configured and read via the API. screensaverWelcomeMessage accepts an array of {locale, translation} entries, and screensaverPaymentMethods accepts an array of allowed payment method values.
    4. Added the isRenewable boolean property to Subscription response payloads, indicating whether the subscription is currently eligible for renewal.