You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/minfraud/release-notes/2025.md
+41Lines changed: 41 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,47 @@ outputs: ['html', 'rss']
9
9
[Sign up to be notified](https://comms.maxmind.com/minfraud-rss-release-notes)
10
10
whenever a new minFraud release note is posted. {{</ alert >}}
11
11
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)
|`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.
|`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)
|`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
+
12
53
{{< release-note date="2025-12-17" title="Subdivision, city, and postal fields blanked in additional countries">}}
13
54
14
55
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