--- title: "API.241015-MINOR" slug: "api241015-minor" updated: 2025-07-22T13:04:56Z published: 2025-07-22T13:04:56Z canonical: "help.frisbii.com/api241015-minor" --- > ## Documentation Index > Fetch the complete documentation index at: https://help.frisbii.com/llms.txt > Use this file to discover all available pages before exploring further. # 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. - search disputes: [https://api.plenigo.com/api/v3.0/disputes](https://api.plenigo.com/#tag/Disputes/operation/searchDisputes) - get dispute: [https://api.plenigo.com/api/v3.0/disputes/{disputeId}](https://api.plenigo.com/#tag/Disputes/operation/getDispute) **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. - [https://api.plenigo.com/api/v3.0/subscriptions/deliveryLists/dates](https://api.plenigo.com/#tag/Subscriptions/operation/searchSubscriptionDeliveryListDeliveryDates) **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. - [https://api.plenigo.com/api/v3.0/subscriptions/paymentPeriods](https://api.plenigo.com/#tag/Subscriptions/operation/getSubscriptionPaymentPeriods) **New Invoice Callback Type** When the payment status of an invoice is changed via API, a new callback is send containing **callbackType CHANGE**. ```json  "entityType": "INVOICE",  "callbackType": "CHANGE", ``` ### ❌Removal **Old Delivery Dates Endpoints for Subscriptions** The old delivery dates endpoints for subscriptions were deprecated by [API.240827-MAJOR](/frisbii-media/docs/api240827-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.