You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IMPORTANT: Python 3.10 or greater is required. If you are using an older
version, please use an earlier release.
Setuptools has been replaced with the uv build backend for building the
package.
Added securepay to the /payment/processor validation.
Added credit_application, fund_transfer, and sim_swap to the /event/type validation.
Added the input /event/party. This is the party submitting the
transaction.
Added the input /payment/method. This is the payment method associated
with the transaction.
Added new EmailDomainVisit model class with status, last_visited_on, and has_redirect attributes. This class provides
information from automated visits to email domains.
Added new attributes to minfraud.models.EmailDomain:
classification - A classification of the email domain (business, education, government, or isp_email).
risk - The risk associated with the domain (0.01 to 99).
volume - Activity on the email domain across the minFraud network,
expressed in sightings per million (0.001 to 1,000,000).
visit - An EmailDomainVisit object containing information from
an automated visit to the email domain.