Crassula Release Week 18-19
core v.25.05.1-25.05.2
client v.25.05.1-25.05.2

New Features
Crypto travel rule support
We are pleased to announce the introduction of Crypto travel rule support in partnership with the SumSub service provider. This functionality is now available in both Web and Mobile Banking Interfaces and enables compliance with key regulatory requirements for cryptocurrency transfers. More information and configuration details will be shared in the upcoming product updates.
Improvements
Administrative Panel
Removed unused ‘code’ and ‘codeblock’ fields from the WYSIWYG editor used across the Administrative Panel.
Card issuing
Introduced support for two separate card activation flows (automatic and manual) for Decta provider cards in the Mobile Banking Interface, allowing for greater flexibility based on business needs.
Introduced the
CardActivationLastDigitsStep
in the customizable Decta card activation flow to enhance security and configurability.Updated logic for Decta card reissuance:
If the card is blocked, the system uses the replace method.
If it’s about to expire, the renew method is used.
Added validation for previously reissued cards and proper access checks. API documentation has been updated accordingly.
Compliance
Enabled optional two-factor authentication (2FA) for changing and sending card PINs. This applies to both Web and Mobile Interfaces and the related API endpoints:
POST /api/clients/{clientId}/issued-cards/{id}/change-pin
POST /api/clients/{clientId}/issued-cards/{id}/send-pin
Transfers
Added a new configuration for CHAPS payments via the ClearBank provider. When enabled, category_purposes
and purposes
fields become mandatory for such transactions.
Web and Mobile Banking Interfaces
Implemented the ability for Intercom Messenger to distinguish between visitors and registered users, enabling personalized chat experiences in both Web and Mobile Interfaces.
Added the ability to specify and update a company's website in both Web and Mobile Interfaces, helping maintain accurate and trustworthy business contact information.
Fixes
Card issuing
Fixed data transfer issues in the Decta card order flow to ensure holder.currentAddress
includes street, city, and postal code — necessary for Address Verification Service (AVS) checks.
Notifications
Fixed an issue where notifications about expired documents were sent to blocked clients. These notifications are now disabled for such users.
Transfers
Resolved an issue that prevented manual GBP outgoing transfers via Clear Junction virtual accounts from being created in the Admin Panel.