Crassula Release Week 19
core v.24.05.1-24.05.4
client v.24.05.1-24.05.2
New Features
Direct Debit Management
We're excited to announce the implementation of comprehensive direct debit management functionality in the Web and Mobile Interfaces. This feature can be programmatically enabled or disabled for display in the Administrative Panel, as well as in Web and Mobile Interfaces. Detailed instructions on how to use the new functionality will be provided in the upcoming documentation updates.
Improvements
Cryptocurrency Wallets
Enhanced the Gas Station and Fireblocks services support: The Gas Station can now be enabled or disabled on the Crassula side using a feature flag.
Transactions
Enhanced the card top-up workflow: Users can now top up cards using both virtual and regular accounts. The following API methods were updated as part of these changes:
POST /api/clients/{clientId}/issued-cards/{id}/top-up/dry-run
:New parameters:
isPreApprovalEnabled
andcurrencyConversionAccount
.Enhanced error handling: A detailed description of a
400
error whencurrencyConversionAccount
cannot be found.
POST /api/clients/{clientId}/issued-cards/{id}/top-up
:Enhanced error handling: A detailed description of a
400
error whencurrencyConversionAccount
cannot be found.
See Banking API for details.
Fixes
Administrative Panel
Previously, the Webhooks section could threw an app portal not initialized
error upon entry. Now the issue is addressed.
Mobile Banking Interface
Previously, during an exchange dry-run, validation for the minimum amount was missing. Now the issue is fixed: We added error handling for this case so that the corresponding Mobile Interface screens can correctly display the minimum exchange amount error.
Transactions
Resolved an issue where international payments through the ClearBank provider weren't processing due to a schema change on the provider's end.
Upcoming Updates
Fixes
API
To improve clarity, we will refactor the POST /api/clients/{clientId}/scoring/huntli
API method by removing the Sumsub option from the providerName
field.