Description
Build a system to track and compare fees across different mobile money providers, with automatic routing recommendations to minimize costs for end users.
Acceptance Criteria
- Fee comparison visible in API responses
- Recommendations for lowest-cost provider
- Historical fee tracking and trends
- Dashboard showing fee comparisons
- Configurable cost thresholds
Implementation Notes
- Create fee_comparison table
- Add comparison logic to transaction service
- Build Grafana dashboard
- Update transaction controller responses
Description
Build a system to track and compare fees across different mobile money providers, with automatic routing recommendations to minimize costs for end users.
Acceptance Criteria
Implementation Notes