Severity classification
Exceptions are automatically classified by severity to prioritize review and resolution.
Default severity rules
| Severity | Default criteria | SLA |
|---|---|---|
| Critical | Amount ≥ 100,000 OR age ≥ 120 hours | 24 hours |
| High | Amount ≥ 10,000 OR age ≥ 72 hours | 72 hours |
| Medium | Amount ≥ 1,000 OR age ≥ 24 hours | 120 hours (5 days) |
| Low | All other cases | 168 hours (7 days) |
Assignment routing
Assignment routing ensures exceptions reach the appropriate teams automatically.
User groups
User groups allow scalable and resilient assignment strategies. Assignment methods:round_robin: Even distributionleast_loaded: Assign to the user with the fewest open exceptionsrandom: Random selectionall: Notify all group members
SLA tracking
SLA tracking monitors exception aging and triggers warnings or escalations when thresholds are reached.
Additional exception endpoints
Beyond the basic exception CRUD, Matcher provides endpoints for advanced exception workflows:
| Endpoint | Method | Description | API Reference |
|---|---|---|---|
| Dispatch exception | POST | Send an exception to an external system or team | Reference |
| Process callback | POST | Receive resolution callbacks from external systems | Reference |
| Bulk assign | POST | Assign multiple exceptions to a user or group at once | Reference |
| Bulk resolve | POST | Resolve multiple exceptions in a single operation | Reference |
| Bulk dispatch | POST | Dispatch multiple exceptions to external systems | Reference |
| List comments | GET | Retrieve all comments on an exception | Reference |
| Add comment | POST | Add a comment to an exception for audit and collaboration | Reference |
| Delete comment | DELETE | Remove a comment from an exception | Reference |
| List disputes | GET | Retrieve all disputes with filtering | Reference |
| Get dispute | GET | Retrieve details of a specific dispute | Reference |
| Open dispute | POST | Flag an exception as disputed for escalated review | Reference |
| Close dispute | POST | Close a dispute with a resolution | Reference |
| Submit evidence | POST | Add evidence to support a dispute case | Reference |
Integrations
Matcher integrates with external systems to support operational workflows.
- JIRA: Use JIRA to track and resolve exceptions as issues.
- Webhooks: Send exception events to custom systems in real time.
- Secure authentication
- Retry and backoff
- Bidirectional status updates (when enabled)
Monitoring and analytics
Use routing statistics to evaluate effectiveness:
- Exception volume by severity
- SLA breach rates
- Routing rule distribution
- Integration success and failure rates
Best practices
Start simple
Start simple
Begin with severity-based routing and expand as patterns emerge.
Prefer groups over individuals
Prefer groups over individuals
Group-based routing improves resilience and workload balance.
Define realistic SLAs
Define realistic SLAs
Align SLA targets with operational capacity.
Monitor SLA trends
Monitor SLA trends
Frequent breaches indicate misaligned thresholds or staffing gaps.
Validate integrations before production
Validate integrations before production
Always test JIRA and webhook integrations in non-production environments.
Plan for webhook failures
Plan for webhook failures
Configure retries and alerts for critical notification paths.

