Skip to content

Releases: maxmind/minfraud-api-python

1.3.2

08 Dec 20:20
Compare
Choose a tag to compare
  • Recent releases of requests (2.12.2 and 2.12.3) require that the
    username for basic authentication be a string or bytes. The documentation
    for this module uses an integer for the user_id, which will break with
    these requests versions. The user_id is now converted to bytes
    before being passed to requests.
  • Fixed test breakage on 3.6.

1.3.1

22 Nov 15:39
Compare
Choose a tag to compare
  • Fixed setup.py on Python 2.

1.3.0

22 Nov 15:15
Compare
Choose a tag to compare
  • The disposition was added to the minFraud response models. This is used to
    return the disposition of the transaction as set by the custom rules for the
    account.
  • Fixed package's long description for display on PyPI.

1.2.0

14 Nov 15:55
Compare
Choose a tag to compare
  • Allow /credit_card/token input.

1.1.0: New Event Types

10 Oct 18:17
Compare
Choose a tag to compare
  • Added the following new values to the /event/type validation:
    email_change and password_reset.

1.0.0: First Production Release

15 Sep 21:07
Compare
Choose a tag to compare
  • Added the following new values to the /payment/processor validation:
    concept_payments, ecomm365, orangepay, and pacnet_services.
  • ipaddress is now used for IP validation on Python 2 instead of ipaddr.

0.5.0

08 Jun 22:17
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release
  • BREAKING CHANGE: credits_remaining has been removed from the web service
    response model and has been replaced by queries_remaining.
  • Added queries_remaining and funds_remaining. Note that
    funds_remaining will not be returned by the web service until our new
    credit system is in place.
  • confidence and last_seen were added to the Device response
    model.

0.4.0

23 May 17:44
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release
  • Added support for the minFraud Factors.
  • Added IP address risk to the minFraud Score model.
  • Added the following new values to the /payment/processor validation:
    ccnow, dalpay, epay (replaces epayeu), payplus,
    pinpayments, quickpay, and verepay.
  • A PERMISSION_REQUIRED error will now throw a PermissionRequiredError
    exception.

0.3.0

20 Jan 20:41
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release
  • Added support for new minFraud Insights outputs. These are:
    • /credit_card/brand
    • /credit_card/type
    • /device/id
    • /email/is_free
    • /email/is_high_risk
  • input on the Warning response model has been replaced with
    input_pointer. The latter is a JSON pointer to the input that
    caused the warning.

0.2.0

20 Jan 20:41
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release
  • Added is_gift and has_gift_message to order input dictionary
    validation.
  • Request keys with None values are no longer validated or sent to the
    web service.