Releases: maxmind/minfraud-api-php
Releases · maxmind/minfraud-api-php
Release list
3.7.0
- Added the
residentialproperty to theanonymizerobject on
MaxMind\MinFraud\Model\IpAddress. This is aGeoIp2\Record\AnonymizerFeed
object providing residential proxy data for the network:confidence,
networkLastSeen, andproviderName. It may be populated even when no
other anonymizer properties are set. This data is available from the
minFraud Insights and Factors web services.geoip2/geoip23.4.0 is now
required for this data. - Added
tracking_tokento the/devicerequest object. This is the
token generated by the
Device Tracking Add-on
for explicit device linking. - Added
fat_zebrato the payment processor validation. - Added
clearto the valid values for thetagparameter on the Report
Transaction API.
3.6.0
- Added the
anonymizerproperty toMaxMind\MinFraud\Model\IpAddress. This
contains anonymizer data from the GeoIP2 Insights response, including VPN
detection confidence, provider name, and network last seen date. This was
previously available in the GeoIP2 library but not exposed in minFraud
responses. - Added
banquest,summit_payments, andyaadpayto the payment processor
validation.
3.5.0
- Added support for new
/email/domain/outputs in minFraud Insights and
Factors responses:/email/domain/classification- categorizes the email domain type
(business,education,government,isp_email)/email/domain/risk- risk score associated with the domain (0.01 to 99)/email/domain/volume- activity level across the minFraud network
(sightings per million)/email/domain/visit/has_redirect- whether the domain redirects/email/domain/visit/last_visited_on- date of last automated check/email/domain/visit/status- domain status (live,dns_error,
network_error,http_error,parked,pre_development)
3.4.0
- Added
securepayto the payment processor validation. - Added
credit_application,fund_transfer, andsim_swapto event type
validation. - Added the input
/event/party. This is the party submitting the
transaction. - Added the input
/payment/method. This is the payment method associated
with the transaction. - Updated
geoip2/geoip2to 3.3.0, which includes new anonymizer and IP risk
outputs.
3.3.0
- Added support for the
/billing_phone/matches_postaland
/shipping_phone/matches_postaloutputs. These are available as the
matchesPostalproperty onMaxMind\MinFraud\Model\Phone. - Added
cryptomusto the payment processor validation. \MaxMind\MinFraudnow implementsJsonSerializable. This returns an
array containing the contents of the request in a sub-array as well as
the value of thelocalesandhashEmailoptions. Pull request by Noé
Fleury. GitHub #193.
3.2.0
3.2.0-beta.2
- The minFraud Factors subscores have been deprecated. They will be removed
in March 2025. Please see our release notes
for more information. - The type hints in the PHPDocs have been improved.
3.2.0-beta.1
- Added support for the new risk reasons outputs in minFraud Factors. The risk
reasons output codes and reasons are currently in beta and are subject to
change. We recommend that you use these beta outputs with caution and avoid
relying on them for critical applications.
3.1.0
- Updated
MaxMind\MinFraud\ReportTransactionto make theip_address
parameter optional. Now thetagand at least one of the following
parameters must be supplied:ipAddress,maxmindId,minfraudId,
transactionId. - Added
billingPhoneandshippingPhoneproperties to the minFraud Insights
and Factors response models. These contain objects with information about
the respective phone numbers. Please see our developer
site for
more information. - Added
payconexto the payment processor validation.