Skip to content

v4.4.0

Compare
Choose a tag to compare
@oschwald oschwald released this 25 Jan 19:08
· 1184 commits to main since this release
  • Added the following new values to the Processor enum:
    • Boacompra
    • Boku
    • Coregateway
    • Fiserv
    • Neopay
    • Neosurf
    • Openbucks
    • Paysera
    • Payvision
    • Trustly
    • Windcave
  • 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.mobileCountryCode and
    response.ipAddress.traits.mobileNetworkCode. We expect this data to be
    available by late January, 2022.
  • creditCard.last4digits has been deprecated in favor of creditCard.lastDigits
    and will be removed in a future release. lastDigits/last4digits also now
    supports two digit values in addition to the previous four digit values.
  • Eight digit creditCard.issuerIdNumber inputs are now supported in addition to
    the previously accepted six digit issuerIdNumber. In most cases, you should
    send the last four digits for creditCard.lastDigits. If you send a
    issuerIdNumber 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
    lastDigits:
    • Discover
    • JCB
    • Mastercard
    • UnionPay
    • Visa