Crassula Release Week 14
core v.25.03.20-25.04.2
client v.25.03.8-25.04.4

New Features
Okta OAuth 2.0 integration
Okta OAuth 2.0 authentication is now available in the Web and Mobile Interfaces. This feature uses Okta Identity as an authentication provider, replacing the traditional email-password login with OAuth 2.0, delivering enhanced security and a more streamlined user experience. This is an initial implementation, with further enhancements to follow. Contact your manager for configuration dtails.
Improvements
Address
The validation pattern for Swedish postal codes has been updated to '^\d{3}\s?\d{2}$'
. This change resolves an issue where valid Swedish postal codes were incorrectly marked as invalid.
API
Validation has been added to ensure fiat currency amounts contain no more than two decimal places. For example, an amount with four decimal places ("amount": "1.0205"
) will now trigger a 422 error. This validation affects the following API methods:
PATCH /api/clients/{clientId}/transfer-templates/{type}
POST /api/clients/{clientId}/transfer/dynamic/{method}
POST /api/clients/{clientId}/drafts/{type}
See Banking API for details.
Card issuing
Verification logic for card issuance with Reap and Decta providers has been updated. The card issuing option will not be displayed if users are verified with documents unsupported by these providers. Users will not yet be prompted to submit alternative KYC documents. Additional improvements will be announced in future releases.
Mobile and Web Interface
The onboarding process now includes an Onboarding Questionnaire step for individuals and companies. The frontend now integrates with the previously implemented endpoint: GET /api/endusers/{enduserId}/onboarding_questionnaire/status
.
Payments
Transaction handling logic for the "Hard Stop" rule in ComplyAdvantage has been updated. Transactions flagged by ComplyAdvantage will now remain in the Pending status in Crassula until ComplyAdvantage returns a final decision (Accepted/Declined). This behavior can be switched back through configuration settings if needed.
Quotas
Cooldown durations will now differ for verified and unverified users, improving quota management. Contact your manager for additional details.
Fixes
Cards
Fixed an issue preventing admins from specifying delivery fees for virtual cards. This fix particularly benefits providers requiring plastic card delivery details during the initial virtual card order process.
Companies
Company names are now validated not to include invalid special characters (`.,;:!?<>~%^@{}|[]”_```), preventing errors during card issuance.
Fees
Resolved an issue where fees were incorrectly applied despite insufficient account balances, even when the functionality was disabled in the system configs. Now, fees will not be created if the corresponding configuration flag is disabled.
Payments
Fixed an issue with the “From account” field appearing as an empty dropdown when creating SEPA payment templates.