Report a transaction outcome
minfraud_report_transactionWRITE — submits fraud feedback to MaxMind. Report the real-world outcome of a transaction (e.g. it was a chargeback or confirmed fraud) so minFraud can improve future scoring. This mutates MaxMind's model of your traffic; it is not a read. Requires a tag and at least one identifier (ip_address, maxmind_id, minfraud_id, or transaction_id). API: POST /minfraud/v2.0/transactions/report (returns HTTP 204).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | Yes | REQUIRED. The outcome you are reporting for this transaction. | |
| notes | No | Free-form notes about the transaction. | |
| ip_address | No | Identifier: the IP address of the reported transaction. | |
| maxmind_id | No | Identifier: the 8-character maxmind_id from a prior response. | |
| minfraud_id | No | Identifier: the minfraud_id (UUID) from a prior response. | |
| transaction_id | No | Identifier: your own transaction_id sent at scoring time. | |
| chargeback_code | No | The chargeback reason code, if tag=chargeback. |