API.241015-MINOR

💡New

Disputes

We added a new endpoint in our API to get more information about the dispute status and disputes in general.

In-App Offers in Sales-Based Rules
In-App Offers can now be used as source offers in a sales-based rule by adding a source tag. Meaning customers which already have an In-App subscription can be offered another offer on your website to a reduced price.

New Endpoint to Search for Subscription Delivery Dates
You can now search for subscription delivery dates which can be filtered by customer ID and subscription ID.

New Endpoint to Search for Payment Periods
You can now retrieve complete payment period information for subscriptions, such as "accessBlocked", using the new endpoint which can be filtered by subscription ID.

New Invoice Callback Type
When the payment status of an invoice is changed via API, a new callback is send containing callbackType CHANGE

  "entityType": "INVOICE",
  "callbackType": "CHANGE",


🐛Fix

PLEN-7897: The return value for timespan with issue-based subscriptions returned "" instead of "NONE". This was fixed.
PLEN-7888: The IVW prices for exports were displayed with different decimals so it seemed that the prices were different. We have fixed this issue by always rounding prices to 2 decimals.