3.189.0 release notes
about 1 hour ago by ReadMe API
- ⚠️ Breaking changes
- Renamed the endpoint
GET /resources/energy-coupons/v1.0/{energyCoupon}/session-consumption-recordstoGET /resources/energy-coupons/v1.0/{energyCoupon}/energy-coupon-session-consumptions. Consumers calling the old path must update. - Renamed the
sessionConsumptionRecordsproperty onGET /resources/energy-coupons/v1.0/{energyCoupon}responses toenergyCouponSessionConsumptions. The correspondingincludequery parameter value has also been renamed fromsessionConsumptionRecordstoenergyCouponSessionConsumptions.
- Renamed the endpoint
- ✨ New features
- Added the endpoint
GET /resources/sessions/v1.0/{session}/energy-coupon-session-consumptions, which returns the energy coupon consumption records associated with a session. - Added the
couponIdproperty 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. - Added the optional
screensaverWelcomeMessage,screensaverPaymentMethods, andscreensaverLogoUrlproperties to Valina payment terminal request and response payloads, allowing screensaver branding to be configured and read via the API.screensaverWelcomeMessageaccepts an array of{locale, translation}entries, andscreensaverPaymentMethodsaccepts an array of allowed payment method values. - Added the
isRenewableboolean property to Subscription response payloads, indicating whether the subscription is currently eligible for renewal.
- Added the endpoint