Releases: maxmind/minfraud-api-node
Releases · maxmind/minfraud-api-node
v4.7.0
- Added GooglePay to the Processor enum.
- Added Placetopay to the Processor enum.
- Set minimum version of GeoIP2-node to v3.5.0.
- Remove camelcase-keys dependency.
4.6.0
- Added ShopifyPayments to the Processor enum.
- Fix creditCard.was3DSecureSuccessful snakecase conversion.
4.5.0
- Added the input
/credit_card/country. This is the country where the
issuer of the card is located. This may be passed instead of the
/credit_card/issuer_id_numberif you do not wish to pass partial
account numbers or if your payment processor does not provide them. You
may provide this by providingcountrytoCreditCard.
v4.4.0
- Added the following new values to the
Processorenum:BoacompraBokuCoregatewayFiservNeopayNeosurfOpenbucksPayseraPayvisionTrustlyWindcave
- Updated dependencies.
- Added mobile country code (MCC) and mobile network code (MNC) to minFraud
Insights and Factors responses. These are available at
response.ipAddress.traits.mobileCountryCodeand
response.ipAddress.traits.mobileNetworkCode. We expect this data to be
available by late January, 2022. creditCard.last4digitshas been deprecated in favor ofcreditCard.lastDigits
and will be removed in a future release.lastDigits/last4digitsalso now
supports two digit values in addition to the previous four digit values.- Eight digit
creditCard.issuerIdNumberinputs are now supported in addition to
the previously accepted six digitissuerIdNumber. In most cases, you should
send the last four digits forcreditCard.lastDigits. If you send a
issuerIdNumberthat contains an eight digit IIN, and if the credit card brand
is not one of the following, you should send the last two digits for
lastDigits:DiscoverJCBMastercardUnionPayVisa
v4.3.0
- Added support for the new
testdisposition action. - Added support for the
/disposition/rule_labeloutput in Score, Insights and
Factors. This is available atresponse.disposition.ruleLabel(), and is the
label of the custom rule that was triggered by the transaction. - Added support for the
/credit_card/was_3d_secure_successfulinput in Score,
Insights and Factors. The input should indicate whether or not the outcome of
3D-Secure verification (e.g. Safekey, SecureCode, Verified by Visa) was
successful.trueif customer verification was successful, orfalseif the
customer failed verification. If 3-D Secure verification was not used, was
unavailable, or resulted in another outcome other than success or failure, do
not include this field. Use thewas3DSecureSuccessfulproperty in a call to
new minFraud.CreditCard()to set it.
v4.2.0
- Update yarn deps
v4.1.0
- Add Datacap to the Processor enum.
- Upgrade yarn modules
v4.0.1
v4.0.0
- Breaking Drop Node 10 support
- Upgrade yarn dependencies
v3.4.0
- Add new payment processors eb59e03
- Upgrade yarn dependencies
- Update @maxmind/geoip2-node. The staticIpScore property was incorrectly spelled staticIPScore. This is now fixed.