Crassula Release Week 48
core v.25.11.6-25.11.10
client v.25.11.1-25.11.3

Improvements
Accounts
Provider balance display has been added to the Admin Panel for Intercash accounts. The panel now shows the latest balance value received from Intercash.
Meanwhile, in the API response for GET /api/clients/{clientId}/accounts?filter[withBalances]=true, Intercash accounts now return the balances object with relevant amounts.
See Banking API for details.
Payments
Updated the parsing and transmission logic for the Canadian EFT Bank Code.
The system now correctly sends:The first five digits as
branch_code(e.g., 62116)The last three digits as
bank_code(e.g., 001)
Updated the behavior for refund-related messages. Previously, the system added return comments and refunded amounts to all refund transactions. Now, this applies only to true FOCR refunds (with a Return Reason Code returned by LITAS/SEPA), ensuring unnecessary data is no longer included.
Fixes
Payments
Fixed an issue where incoming SEPA Instant payments for ClearJunction accounts were incorrectly recorded as standard SEPA payments in Crassula. SEPA Instant transactions are now processed with the correct type in the system.