Explore Release Notes

Release Version 4.47.0 (November 26, 2025)

26. 11. 2025

Pre-deployment steps

To be done before deployment

Check configuration changes and apply them in the application.yaml if the default configuration has been overridden there

Check if the release contains migrations. Migrations can affect deployment and downtime.

Use GET /i18n/export/{fileName} to download files with current i18n properties. Check if the downloaded file is correct.

Post-deployment steps

To be done after deployment

Verify permission changes and assign or remove required permissions if they have been overridden

Add new properties from the I18n properties changes to the downloaded i18n properties file and add translation for them if needed.

Use POST /i18n/import to upload and apply previously downloaded i18n file with added new properties.

Changes to notice

Changes to notice

User-level notification management will be removed from the following APIs starting from version 4.50.0.

  • PATCH ​​/profiles​/my​/security-settings

  • GET ​/profiles​/my

  • GET ​​/profiles​/{userId}

  • PATCH /profiles​/{userId}​/security-settings

The following APIs should be used instead:

  • POST /notification-settings

  • GET /notification-settings?userId={ID}

The following APIs are marked as deprecated and will be removed starting from version 4.50.0

  • POST /coins/organization/{organizationId}

  • POST /coins

  • GET /organizations/{organizationId}/coins

  • GET /coins

The following APIs should be used instead:

  • POST /v1/organizations/{organizationId}/accounts

  • GET /v1/organizations/{organizationId}/accounts

New functionality

Feature

Description

Benefits

Ability for service users to manage notifications at the system level

Service users can enable/disable notifications at the system level:

  • if notification is enabled at the system level it will be sent according to the user level settings

  • if notification is disabled at the system level, the user settings will be ignored and notification will not be sent

More flexible notifications management

The Business Account functionality is now nearly complete.

Upcoming releases will focus on final adjustments and enhancements to fully finalize this area.
The implementation improves flexibility for users operating as legal entities.

You can see the business account setup flow here:

Feature

Description

Ability for individuals or service users to create accounts for companies (API flow).

Individual or service users can create accounts for companies:

  • An individual user can operate only with companies that belong to them

  • Service users can operate with companies accordiing to permissions

Improvements

Feature

UI change: added the ability to search within drop-down values

Technical changes

Feature

Added prefixes to bundle keys to separate different resources: backoffice, merchant

Fixes

Minor fixes in the Reports APIs

UI fix: ‘Terms and Conditions’ and ‘Privacy Policy’ links are shown on the Login and Sign Up pages on the Merchant portal

API changes

Updated

GET /companies is accessible if users have at least one of the following permissions:

  • COMPANY_VIEWER

  • COMPANY_MANAGER

  • COMPANY_CREATOR

GET /country returns countries in alphabetical order by name

Added

POST /global-notification-settings

GET /global-notification-settings

POST /notification-settings

GET /notification-settings?userId={ID}

POST /organizations/{organizationId}/accounts

GET /organizations/{organizationId}/accounts

Deprecated/Deleted

POST /coins/organization/{organizationId}

POST /coins

GET /organizations/{organizationId}/coins

GET /coins

I18n properties changes

Updated

Value for exception.media.file_too_large is changed to:

EN – Uploaded media file too big
ES – El archivo multimedia subido es demasiado grande
FR – Le fichier multimédia téléchargé est trop volumineux
AR – ملف الوسائط المحمّل كبير جدًا

Permission changes

New permissions created:

  • GLOBAL_NOTIFICATION_SETTINGS_MANAGER

  • GLOBAL_NOTIFICATION_SETTINGS_VIEWER

  • NOTIFICATION_SETTINGS_MANAGER

  • NOTIFICATION_SETTINGS_VIEWER

The following permissions are granted to the individual role:

  • NOTIFICATION_SETTINGS_MANAGER

  • NOTIFICATION_SETTINGS_VIEWER

The following permissions are granted to the administrator and ceo roles:

  • GLOBAL_NOTIFICATION_SETTINGS_MANAGER

  • GLOBAL_NOTIFICATION_SETTINGS_VIEWER

  • NOTIFICATION_SETTINGS_MANAGER

  • NOTIFICATION_SETTINGS_VIEWER