Skip to content

Commit f894b64

Browse files
authored
Merge pull request #234 from maxmind/greg/eng-3459-minfraud-api-php-add-email-domain-outputs
Add new domain outputs
2 parents baaf316 + 8ce48bf commit f894b64

6 files changed

Lines changed: 755 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,17 @@ CHANGELOG
1111
transaction.
1212
* Added the input `/payment/method`. This is the payment method associated
1313
with the transaction.
14+
* Added support for new `/email/domain/` outputs in minFraud Insights and
15+
Factors responses:
16+
* `/email/domain/classification` - categorizes the email domain type
17+
(`business`, `education`, `government`, `isp_email`)
18+
* `/email/domain/risk` - risk score associated with the domain (0.01 to 99)
19+
* `/email/domain/volume` - activity level across the minFraud network
20+
(sightings per million)
21+
* `/email/domain/visit/has_redirect` - whether the domain redirects
22+
* `/email/domain/visit/last_visited_on` - date of last automated check
23+
* `/email/domain/visit/status` - domain status (`live`, `dns_error`,
24+
`network_error`, `http_error`, `parked`, `pre_development`)
1425

1526
3.3.0 (2025-05-23)
1627
------------------

0 commit comments

Comments
 (0)