> **Description:** Chronological record of all updates, improvements, and changes made to the Management API features and functionality.

# Changelog

All notable changes to the current API will be documented here.
To learn about API versioning, see
[API lifecycle](https://developer.vippsmobilepay.com/docs/knowledge-base/api-lifecycle.md).

Changes that affect multiple APIs are documented in the [general changelog](https://developer.vippsmobilepay.com/docs/changelog.md).

## January 2026

- Added `productType` to [`GET:/management/v2/product-orders`](https://developer.vippsmobilepay.com/redocusaurus/management-swagger-id.yaml) and [`GET:/management/v2/product-orders/{productOrderId}/details`](https://developer.vippsmobilepay.com/redocusaurus/management-swagger-id.yaml) responses.
- Added `REJECTED` status to [`GET:/management/v2/product-orders`](https://developer.vippsmobilepay.com/redocusaurus/management-swagger-id.yaml) and [`GET:/management/v2/product-orders/{productOrderId}/details`](https://developer.vippsmobilepay.com/redocusaurus/management-swagger-id.yaml) responses.

## November 2025

- Added the `hasRecurring` parameter to
  [`POST:/management/v1/product-orders`](https://developer.vippsmobilepay.com/redocusaurus/management-swagger-id.yaml),
  simplifying prefilling product orders.
- Removed the deprecated `complianceData` fields from the API guide and API specification.

## February 2025

- Removed `settlementBankAccount` from [`GET:/management/v1/sales-units/{msn}`](https://developer.vippsmobilepay.com/redocusaurus/management-swagger-id.yaml)

## January 2025

- Added `annualTurnoverPercentage` to [`POST:/management/v1/products/orders`](https://developer.vippsmobilepay.com/redocusaurus/management-swagger-id.yaml)
- Added `settlementBankAccount` to the payload from [`GET:/management/v1/sales-units/{msn}`](https://developer.vippsmobilepay.com/redocusaurus/management-swagger-id.yaml)

## November 2024

New product order endpoints that include non-prefilled orders are now available

- [`GET:/management/v2/product-orders`](https://developer.vippsmobilepay.com/redocusaurus/management-swagger-id.yaml)
- [`GET:/management/v2/product-orders/{productOrderId}/details`](https://developer.vippsmobilepay.com/redocusaurus/management-swagger-id.yaml).

## October 2024

- Deprecated the `v1` endpoints
  `GET:/management/v1/product-orders`
  and
  `GET:/management/v1/product-orders/{prefilledProductOrderId}/details`.
- Announced the `v2` endpoints
  [`GET:/management/v2/product-orders`](https://developer.vippsmobilepay.com/redocusaurus/management-swagger-id.yaml)
  and
  [`GET:/management/v2/product-orders/{productOrderId}/details`](https://developer.vippsmobilepay.com/redocusaurus/management-swagger-id.yaml).

## July 2024

- Added `partialCaptureAllowed`, `lateCaptureAllowed`, `landingPagePhoneNumberLocked`, `longLivingPaymentAllowed`,
  and `creditCardPaymentAllowed` to sales unit data to
  [`GET:/management/v1/sales-units/{msn}`](https://developer.vippsmobilepay.com/redocusaurus/management-swagger-id.yaml).
  See:
  [Get information about a sales unit](https://developer.vippsmobilepay.com/docs/APIs/management-api/management-api-guide.md#get-information-about-a-sales-unit).

## June 2024

- Added `commission` (the partner's commission for the price package) to
  [`GET:/management/v1/partners/price-packages`](https://developer.vippsmobilepay.com/redocusaurus/management-swagger-id.yaml).
  See:
  [Get the price packages for a partner](https://developer.vippsmobilepay.com/docs/APIs/management-api/management-api-guide.md#get-the-price-packages-for-a-partner).

## May 2024

Added a new status for a product order: `COMPLETED`. Product orders with this status also return 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](https://developer.vippsmobilepay.com/docs/APIs/management-api/management-api-guide.md#get-information-about-a-product-order).
- `GET:/management/v1/product-orders/{prefilledProductOrderId}/details`,
  see
  [Get information about a product order](https://developer.vippsmobilepay.com/docs/APIs/management-api/management-api-guide.md#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}`](https://developer.vippsmobilepay.com/redocusaurus/management-swagger-id.yaml)

## February 2024

- Added possibility to prefill merchant category code using the
  [`POST:/management/v1/product-orders`](https://developer.vippsmobilepay.com/redocusaurus/management-swagger-id.yaml)
  endpoint.
- Updated the
  [`POST:/management/v1/product-orders`](https://developer.vippsmobilepay.com/redocusaurus/management-swagger-id.yaml)
  `productType` enum with new values. The old deprecated values will still be supported.
- Updated the
  [`GET:/management/v1/partners/price-packages`](https://developer.vippsmobilepay.com/redocusaurus/management-swagger-id.yaml)
  `productType` enum with new values.

## October 2023

- Added
  [Get one merchant by business identifier](https://developer.vippsmobilepay.com/docs/APIs/management-api/management-api-guide.md#get-a-merchants-details-by-business-identifier).
  This is the
  [`GET:/management/v1/merchants/{scheme}/{id}`](https://developer.vippsmobilepay.com/redocusaurus/management-swagger-id.yaml)
  endpoint.
- Added
  [Get all sales units](https://developer.vippsmobilepay.com/docs/APIs/management-api/management-api-guide.md#get-all-sales-units).
  This is the
  [`GET:/management/v1/sales-units`](https://developer.vippsmobilepay.com/redocusaurus/management-swagger-id.yaml)
  endpoint.

> **Full site overview:** For every page in this documentation, read [https://developer.vippsmobilepay.com/llms.txt](https://developer.vippsmobilepay.com/llms.txt).
