CRM is no longer a plugin. It is now an embedded component of Midaz, available out of the box with no additional license required. See CRM Overview for details.
- Handle real-time payments with Pix
- Apply dynamic fees and taxes using the Fees Engine
- Process electronic transfers between banks through Bank Transfer (TED)
Why we designed it this way
Midaz was built to be composable. That means everything runs as independent services that talk to each other, including plugins. This gives you:- Flexibility: Add, update, or remove plugins without downtime
- Separation of concerns: Business-specific logic lives in the plugin, not the core
- Better control: Each plugin has its own versioning, deployment, and monitoring
- Safe evolution: The platform can grow without breaking your integrations
What a plugin can do
A plugin can:- Expose new APIs
- Persist and transform data
- Run background jobs and scheduled tasks
- React to events (like new transactions or ledger updates)
- Define its own configuration, rules, and access policies

