Cbe - v9.193
This page contains the following releases for v9.193:
v9.193
Release Dates
- Sandbox: 06.07.2026
Features
Credit Arrangements
Enhanced overpayment allocation for Revolving Credit accounts
Added the COVER_DUE_AMOUNT auto-allocation option for Revolving Credit accounts to provide better control over overpayment routing. When this allocation strategy is selected on an account, any repayment funds that exceed the current total due amount will be automatically routed to and stored within the account's Credit Balance.
Credit Balance notifications support
Notifications are now supported for Credit Balance deposit transactions.
Billing cycle fee application improvements
Fees applied during a billing cycle are now correctly applied to the installment generated from that billing cycle, preventing broken accounts and inaccurate balances.
Groundwork for upcoming features
- Credit Balance functionality migration for existing accounts.
Developer
Extension development starter template
Added GET /extensions:skeleton endpoint, which returns a downloadable ZIP with a valid MEDF 0.1 extension.yaml starter template. Extension authors can use this scaffold to bootstrap new Mambu extensions without writing the definition format from scratch.
BPMN timer events support
Enabled BPMN timer events including delays, timeouts and scheduled process starts.
Improved process execution error handling
Enhanced 4xx error responses on process execution endpoints (start, callback delivery, task completion) to provide more actionable feedback.
Scheduled timer cycle execution fix
Fixed an issue where scheduled timers with timeCycle R3 were firing only 2 times instead of the expected 3.
Groundwork for upcoming features
- Extension Events functionality.
- Spec-driven development framework for CBE modules.