Report Fraud Outcome (Feedback)
fraud_feedbackReport the confirmed outcome of an event so the fraud model can be re-calibrated to your data.
Args: event_id: The event identifier. label: 'fraud' | 'legitimate' | 'chargeback' | 'dispute'. notes: Optional free-text notes.
Returns: dict with keys: event_id (str), label (str), accepted (bool), feedback_id (int).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | Yes | The confirmed outcome: 'fraud' | 'legitimate' | 'chargeback' | 'dispute' | |
| notes | No | Optional free-text notes | |
| event_id | Yes | The event_id you passed to fraud_score (or your own identifier) |