Releases: maxmind/minfraud-api-dotnet
Releases · maxmind/minfraud-api-dotnet
2.9.0
2.8.0
2.7.0
- Added the following new values to the
PaymentProcessor
enum:Cashfree
FirstAtlanticCommerce
Komoju
Paytm
Razorpay
Systempay
- Added support for new Subscores outputs. These are
available as theDevice
,EmailLocalPart
andShippingAddress
properties
onMaxMind.MinFraud.Response.Subscores
on minFraud Factors response
objects.
2.6.0
2.5.0
2.4.0
2.3.0
- Added support for the
/email/is_disposable
output in minFraud Insights
and Factors. This is available as theIsDisposable
property on
MaxMind.MinFraud.Response.Email
. - Added the following new values to the
PaymentProcessor
enum:Cetelem
Ecommpay
G2aPay
Mercanet
2.2.0
- This library has been updated to support the nullable reference types
introduced in C# 8.0. - The client-side validation for numeric custom inputs has been updated to
match the server-side validation. The valid range is -9,999,999,999,999
to 9,999,999,999,999. Previously, larger numbers were allowed. - Added the following new values to the
PaymentProcessor
enum:Affirm
Interac
- Deprecated the
EmailTenure
andIPTenure
properties of
MaxMind.MinFraud.Response.Subscores
. - Deprecated the
IsHighRisk
property ofMaxMind.MinFraud.Response.GeoIP2Country
. netstandard2.1
was added as a target framework.
2.1.0
- Previously,
FactorsAsync
would incorrectly return anInsights
object, hiding Factors-specific fields. Bug reported by Bogdan
Polovyk. GitHub #49. - Added the following new values to the
PaymentProcessor
enum:Afterpay
DataCash
Dotpay
GoCardless
Klarna
Payeezy
Paylike
PaymentExpress
Paysafecard
SmartDebit
SynapseFI
- Dependencies were updated.
2.0.0
- The
userId
constructor parameter forWebServiceClient
was renamed to
accountId
and support was added for the error codeACCOUNT_ID_REQUIRED
. - Added the following new values to the
PaymentProcessor
enum:Ccavenue
CtPayments
Dalenys
Oney
Posconnect
- Added support for the
/device/local_time
output. This is exposed as
theLocalTime
property onMaxMind.MinFraud.Response.Device
. - Added support for the
/credit_card/is_virtual
output. This is exposed as
theIsVirtual
property onMaxMind.MinFraud.Response.CreditCard
. - Added
PayoutChange
to theEventType
enum.