Releases: maxmind/minfraud-api-php
Releases · maxmind/minfraud-api-php
1.20.0
- Upgraded
geoip2/geoip2
to 2.12.0. This adds mobile country code (MCC)
and mobile network code (MNC) to minFraud Insights and Factors responses.
These are available at$response->ipAddress->traits->mobileCountryCode
and
$response->ipAddress->traits->mobileNetworkCode
. We expect this data to be
available by late January, 2022. minfraud.phar
is now generated with Box 3.x.- Added the following new values to the payment processor validation:
boacompra
boku
coregateway
fiserv
neopay
neosurf
openbucks
paysera
payvision
trustly
windcave
- The
/credit_card/last_4_digits
input has been deprecated in favor of
/credit_card/last_digits
and will be removed in a future release.
last_digits
/last_4_digits
also now supports two digit values in
addition to the previous four digit values. - Eight digit
/credit_card/issuer_id_number
inputs are now supported in
addition to the previously accepted six digitissuer_id_number
. In most
cases, you should send the last four digits forlast_digits
. If you send
anissuer_id_number
that contains an eight digit IIN, and if the credit
card brand is not one of the following, you should send the last two digits
forlast_digits
:Discover
JCB
Mastercard
UnionPay
Visa
1.19.0
- Added
datacap
to the payment processor validation. - Added
ruleLabel
to minFraud outputDisposition
. - Added
was_3d_secure_successful
to/credit_card
validation.
1.18.0
1.17.0
- IMPORTANT: PHP 7.3 or greater is now required.
- The dependency
Respect\Validation
has been upgraded from 1.x to 2.1. - The
with()
method onMaxMind\MinFraud
may now be used when
device
andshopping_cart
are not set. - Added the following new values to the payment processor validation:
apple_pay
aps_payments
- You may now enable client-side email hashing by setting
hashEmail
to
true
in theMaxMind\MinFraud
constructor's options parameter. When set,
this normalizes the email address and sends an MD5 hash of it to the web
service rather than the plain-text address. Note that the email domain will
still be sent in plain text. - Added support for the IP address risk reasons in the minFraud Insights and
Factors responses. This is available at->ipAddress->riskReasons
. It is
an array ofMaxMind\MinFraud\Model\IpRiskReason
objects.
1.16.1
1.16.0
1.15.0
1.14.0
- Added the following new values to the payment processor validation:
cashfree
first_atlantic_commerce
komoju
paytm
razorpay
systempay
- Added support for the
/subscores/device
,/subscores/email_local_part
and
/subscores/shipping_address
outputs. They are exposed as thedevice
,
emailLocalPart
andshippingAddress
properties on
MaxMind\MinFraud\Model\Subscores
.
1.13.0
- Added support for the Report Transactions API. We encourage the use of this
API as we use data received through this channel to continually improve the
accuracy of our fraud detection algorithms.