💡 New
Flexible date selection for subscription pauses
When pausing a subscription, any date within the defined limits can now be selected, instead of only choosing from a fixed set of dates.
🔧 Change
More reliable invoice retrieval for large date ranges
Retrieving invoices via the API for large date ranges, such as monthly accounting exports, could previously time out due to long processing times. Processing has been sped up so that larger queries now complete reliably.
New endpoints for Metered Access in the partner API
The partner API now provides additional endpoints for Metered Access: counter information can be retrieved, and usage of a Metered Access right can be recorded directly through the partner API.
/products/meteredCounters
/accessRights/{accessrightsId}/metered/countMetered
🐛 Fix
PLEN-11280: For canceled issue-based subscriptions, delivery sometimes did not stop after the last owed issue, resulting in additional deliveries. The subscription now reliably ends after the last owed issue is delivered.
PLEN-11404: Subscriptions configured to cancel after several consecutive failed accounting periods were sometimes cancelled already after the first failed period. Cancellation now only happens once the configured number of consecutive failed accounting periods has actually been reached.