💡New
Disputes
We added a new endpoint in our API to get more information about the dispute status and disputes in general.
- search disputes: https://api.plenigo.com/api/v3.0/disputes
- get dispute: https://api.plenigo.com/api/v3.0/disputes/{disputeId}
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 Subscription Delivery Dates
You can now search for subscription delivery dates which can be filtered by deliveryCustomerId and subscriptionId.
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",
❌Removal
Old Delivery Dates Endpoints for Subscriptions
The old delivery dates endpoints for subscriptions were deprecated by API.240827-MAJOR. See "New Endpoint to Search Subscription Delivery Dates for Delivery List" for the updated ones.
🐛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.