August 2025
16 days ago
β οΈ Deprecations
- Subscriptions: The request body field
firstPurchaseAt
in approve-subscriptions endpoint has been deprecated. UsenextPurchaseAt
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
anddeletedAt
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).