Skip to content

Commit 7f76492

Browse files
Andra MircioiuAndra Mircioiu
authored andcommitted
added content based on feedback
1 parent 9081efc commit 7f76492

File tree

1 file changed

+5
-4
lines changed
  • content/minfraud/release-notes

1 file changed

+5
-4
lines changed

content/minfraud/release-notes/2025.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ These data points will only be returned when you pass the domain or the unhashed
1717

1818
| new output | description |
1919
| -------------------------------- | -------------------------------- |
20-
| `email/domain/classification` | A classification of the domain. [Read the API specifications for domain classification on our developer portal.](https://dev.maxmind.com/minfraud/api-documentation/responses/#schema--response--email--domain__classification) |
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) |
2121
| `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) |
2222
| `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) |
2323
| `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. [Read the API specifications for domain visit on our developer portal.](https://dev.maxmind.com/minfraud/api-documentation/responses/#email--domain--visit) |
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) |
2525

2626
[Client APIs](https://dev.maxmind.com/minfraud/evaluate-a-transaction#links-to-maxmind-client-apis) have been updated to reflect this change.
2727

@@ -40,8 +40,9 @@ We have released additional inputs and possible input values for all minFraud we
4040

4141
| additional input | description |
4242
| -------------------------------- | -------------------------------- |
43-
| `credit_application` | To be used for credit origination screenings.|
44-
| `fund_transfer` | To be used for money transfers. |
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. |
4546

4647
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.
4748

0 commit comments

Comments
 (0)