Skip to content

1.20.0

Compare
Choose a tag to compare
@oschwald oschwald released this 25 Jan 17:45
  • 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 digit issuer_id_number. In most
    cases, you should send the last four digits for last_digits. If you send
    an issuer_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
    for last_digits:
    • Discover
    • JCB
    • Mastercard
    • UnionPay
    • Visa