Skip to content

Commit a8ad5a8

Browse files
authored
Merge pull request #1518 from maxmind/andram/minfraud-updates
minfraud release notes are posted
2 parents 295c26f + 94c9912 commit a8ad5a8

File tree

1 file changed

+41
-0
lines changed
  • content/minfraud/release-notes

1 file changed

+41
-0
lines changed

content/minfraud/release-notes/2025.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,47 @@ outputs: ['html', 'rss']
99
[Sign up to be notified](https://comms.maxmind.com/minfraud-rss-release-notes)
1010
whenever a new minFraud release note is posted. {{</ alert >}}
1111

12+
{{< release-note date="2025-12-18" title="New email domain outputs in the Insights and Factors web services">}}
13+
14+
We have added new fields to the [`email/domain` sub-object](https://dev.maxmind.com/minfraud/api-documentation/responses/#email--domain) in our minFraud Insights and Factors web services. This enhancement provides you with more granular data for risk modeling and workflows, which is especially useful in B2B account opening/onboarding use cases.
15+
16+
These data points will only be returned when you pass the domain or the unhashed email address as an input to the minFraud Insights and Factors web services. [Learn more about domain risk data on our knowledge base.](https://support.maxmind.com/knowledge-base/minfraud-domain-risk-data)
17+
18+
| new output | description |
19+
| -------------------------------- | -------------------------------- |
20+
| `email/domain/classification` | A classification of the domain such as business or education. [Read the API specifications for domain classification on our developer portal.](https://dev.maxmind.com/minfraud/api-documentation/responses/#schema--response--email--domain__classification) |
21+
| `email/domain/risk` | Contains the risk associated with the domain. [Read the API specifications for domain risk on our developer portal.](https://dev.maxmind.com/minfraud/api-documentation/responses/#schema--response--email--domain__risk) |
22+
| `email/domain/volume` | Indicates how much activity we see on an email domain across the minFraud network, expressed in sightings per million. [Read the API specifications for domain volume on our developer portal.](https://dev.maxmind.com/minfraud/api-documentation/responses/#schema--response--email--domain__volume) |
23+
| `email/domain/first_seen` | When an email domain was first seen on the minFraud Network. [Read the API specifications for domain tenure tracking on our developer portal.](https://dev.maxmind.com/minfraud/api-documentation/responses#schema--response--email--domain__first_seen) |
24+
| `email/domain/visit` | A sub-object of `email/domain` that contains information about an automated visit to the email domain such as whether a website on the domain is live. [Read the API specifications for domain visit on our developer portal.](https://dev.maxmind.com/minfraud/api-documentation/responses/#email--domain--visit) |
25+
26+
[Client APIs](https://dev.maxmind.com/minfraud/evaluate-a-transaction#links-to-maxmind-client-apis) have been updated to reflect this change.
27+
28+
{{</ release-note >}}
29+
30+
{{< release-note date="2025-12-18" title="Expanded event type inputs, and new payment method and event party inputs">}}
31+
32+
We have released additional inputs and possible input values for all minFraud web service customers.
33+
34+
| new input | description |
35+
| -------------------------------- | -------------------------------- |
36+
| `payment/method` | The payment method associated with the transaction. [View possible values on our developer portal.](https://dev.maxmind.com/minfraud/api-documentation/requests/#schema--request--payment__method) |
37+
| `event/party` | The party submitting the transaction. Either `agent` or `customer`. This input can help reduce false positive potential in cases where an agent is submitting transactions on behalf of customers. [Learn more on our developer portal.](https://dev.maxmind.com/minfraud/api-documentation/requests/#schema--request--event__party) |
38+
39+
`event/type` now supports the additional values below. [View the full list of possible values for `event/type` on our developer portal.](https://dev.maxmind.com/minfraud/api-documentation/requests/#schema--request--event__type)
40+
41+
| additional input | description |
42+
| -------------------------------- | -------------------------------- |
43+
| `credit_application` | The transactor is attempting to submit an application for credit.|
44+
| `fund_transfer` | The transactor is attempting to transfer funds from one account to another. |
45+
| `sim_swap` | For mobile network operators. A new SIM card or eSIM is being issued to activate service on a customer’s existing phone number. |
46+
47+
Passing the additional inputs above can help us improve our risk scoring accuracy for you by increasing the context available to our machine learning models and heuristics.
48+
49+
Our [client APIs](https://dev.maxmind.com/minfraud/evaluate-a-transaction#links-to-maxmind-client-apis) have been updated to support these inputs so you may need to refresh yours to submit them in your minFraud requests if you are not interfacing directly with our REST API.
50+
51+
{{</ release-note >}}
52+
1253
{{< release-note date="2025-12-17" title="Subdivision, city, and postal fields blanked in additional countries">}}
1354

1455
Effective tomorrow, Thursday, December 18, 2025, we will be blanking out the subdivision, city, and postal fields more often in the following countries. This change will result in fewer resolutions in:

0 commit comments

Comments
 (0)