August 2025

⚠️ Deprecations

  • Subscriptions: The request body field firstPurchaseAt in approve-subscriptions endpoint has been deprecated. Use nextPurchaseAt instead (for consistency reasons).

πŸš€ Feature

  • Charges: Add new field Charge.kwhPerMaxResolution which provides kWh consumption in highest available resolution (usually 15min buckets).
  • Subscriptions: When creating a subscription you can provide nextPurchaseAt now.

πŸ› Fix

  • Currencies: Brought back the id field where it was missing.
  • Charges: Charge.kwhPerHour provides kWh consumption in hourly buckets.
  • Subscriptions: When filtering by multiple criteria in the list endpoint, only the first criteria was considered.
  • Users: When retrieving users, includeDeleted filter works properly now
  • Users: createdAt, updatedAt and deletedAt are taken from the respective Application User instead of the underlying user. This allows you to identify when a user signed up for / deleted the account from your app. This is necessary since the same user might belong to many applications (ie. Monta and your whitelabel application).