Skip to content

Commit

Permalink
Merge pull request #1156 from maxmind/andram/new-phone-outputs
Browse files Browse the repository at this point in the history
release note on new phone outputs is posted
  • Loading branch information
AndraMeer committed Jul 9, 2024
2 parents b98c045 + 19e30be commit 2103e7e
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions content/minfraud/release-notes/2024.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,59 @@ title: minFraud Release Notes
Subscribe to the [minFraud release notes RSS feed](/minfraud/release-notes/rss.xml).
</Alert>

<ReleaseNote date="2024-07-09" title="New phone outputs released for minFraud® Insights and minFraud Factors">

We have released additional outputs for our
[minFraud Insights and minFraud Factors](https://www.maxmind.com/en/solutions/minfraud-services)
web services. Insights and Factors customers that pass phone numbers can now
make use of the following additional outputs:

- `/shipping_phone/country` – A two-character ISO 3166-1 country code for the
country associated with the shipping phone number.

- `/shipping_phone/is_voip` – This is true if the shipping phone number is a
Voice over Internet Protocol (VoIP) number allocated by a regulator. It is
false if the shipping phone number is not a VoIP number allocated by a
regulator. The key is only present when a valid shipping phone number has been
provided and we have data for it.

- `/shipping_phone/network_operator` – The name of the original network operator
associated with the shipping phone number. This field does not reflect phone
numbers that have been ported from the original operator to another, nor does
it identify mobile virtual network operators.

- `/shipping_phone/number_type` – Indicates whether the phone number is mobile
or fixed.

- `/billing_phone/country` – A two-character ISO 3166-1 country code for the
country associated with the billing phone number.

- `/billing_phone/is_voip` – This is true if the billing phone number is a Voice
over Internet Protocol (VoIP) number allocated by a regulator. It is false if
the billing phone number is not a VoIP number allocated by a regulator. The
key is only present when a valid billing phone number has been provided and we
have data for it.

- `/billing_phone/network_operator` – The name of the original network operator
associated with the billing phone number. This field does not reflect phone
numbers that have been ported from the original operator to another, nor does
it identify mobile virtual network operators.

- `/billing_phone/number_type` – Indicates whether the phone number is mobile or
fixed.

These values are particularly helpful to identify mismatches between data
points, such as a mismatch between the billing country as indicated by the IP
address and the country as indicated by the billing phone number. Another strong
signal for fraud is a phone carrier that does not operate in the country
indicated by the IP address.

Our [client APIs](/minfraud/evaluate-a-transaction#links-to-maxmind-client-apis)
have been updated to support these outputs so may need to refresh yours if you
are not interfacing directly with our REST API.

</ReleaseNote>

<ReleaseNote date="2024-04-08" title="Email first seen can be used as a parameter for custom rules">

minFraud Insights and Factors customers can now use the
Expand Down

0 comments on commit 2103e7e

Please sign in to comment.