Changelog
All notable changes to the current API will be documented here. To learn about API versioning, see API Lifecycle.
Changes that affect multiple APIs are documented in the general changelog.
November 2024
Made available:
GET:/management/v2/product-orders
and
GET:/management/v2/product-orders/{productOrderId}/details
.
October 2024
- Deprecated the
v1
endpointsGET:/management/v1/product-orders
andGET:/management/v1/product-orders/{prefilledProductOrderId}/details
. - Announced the
v2
endpointsGET:/management/v2/product-orders
andGET:/management/v2/product-orders/{productOrderId}/details
.
July 2024
- Added
partialCaptureAllowed
,lateCaptureAllowed
,landingPagePhoneNumberLocked
,longLivingPaymentAllowed
, andcreditCardPaymentAllowed
to sales unit data toGET:/management/v1/sales-units/{msn}
. See: Get information about a sales unit.
June 2024
- Added
commission
(the partner's commission for the price package) toGET:/management/v1/partners/price-packages
. See: Get the price packages for a partner.
May 2024
Added a new status for a product order: COMPLETED
. Product orders with this status also returns MSN and name of
the resulting sales unit. This affects the following endpoints:
GET:/management/v1/product-orders
, see Get information about a product order.GET:/management/v1/product-orders/{prefilledproductOrderId}/details
, see Get information about a product order.
March 2024
-
Added functionality for getting a list of all prefilled product orders:
GET:/management/v1/product-orders
-
Added functionality for deleting prefilled product orders:
DELETE:/management/v1/product-orders/{prefilledProductOrderId}
February 2024
- Added possibility to prefill merchant category code using the
POST:/management/v1/product-orders
endpoint. - Updated the
POST:/management/v1/product-orders
productType
enum with new values. The old deprecated values will still be supported. - Updated the
GET:/management/v1/partners/price-packages
productType
enum with new values.
October 2023
- Added
Get one merchant by business identifier.
This is the
GET:/management/v1/merchants/{scheme}/{id}
endpoint. - Added
Get all sales units.
This is the
GET:/management/v1/sales-units
endpoint.