From 9b59378ace1e30fb498b7b6c0f6135c75b058843 Mon Sep 17 00:00:00 2001 From: Andra Mircioiu Date: Mon, 8 Jul 2024 16:22:29 -0700 Subject: [PATCH 1/3] release note on new phone outputs is posted --- content/minfraud/release-notes/2024.mdx | 53 +++++++++++++++++++++++++ 1 file changed, 53 insertions(+) diff --git a/content/minfraud/release-notes/2024.mdx b/content/minfraud/release-notes/2024.mdx index 802472d02..4c066b614 100644 --- a/content/minfraud/release-notes/2024.mdx +++ b/content/minfraud/release-notes/2024.mdx @@ -7,6 +7,59 @@ title: minFraud Release Notes Subscribe to the [minFraud release notes RSS feed](/minfraud/release-notes/rss.xml). + + +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. + + + minFraud Insights and Factors customers can now use the From 8741f5132a54f5af44f6624cb723c9d4f2e0b7f6 Mon Sep 17 00:00:00 2001 From: Andra Mircioiu Date: Tue, 9 Jul 2024 08:44:10 -0700 Subject: [PATCH 2/3] registered trademark is superscript --- content/minfraud/release-notes/2024.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/minfraud/release-notes/2024.mdx b/content/minfraud/release-notes/2024.mdx index 4c066b614..0ea475288 100644 --- a/content/minfraud/release-notes/2024.mdx +++ b/content/minfraud/release-notes/2024.mdx @@ -7,7 +7,7 @@ title: minFraud Release Notes Subscribe to the [minFraud release notes RSS feed](/minfraud/release-notes/rss.xml). - + We have released additional outputs for our [minFraud Insights and minFraud Factors](https://www.maxmind.com/en/solutions/minfraud-services) From 19e30bee2826c3bdbc9b8ff97ed64c64c26b46c1 Mon Sep 17 00:00:00 2001 From: Andra Mircioiu Date: Tue, 9 Jul 2024 08:56:37 -0700 Subject: [PATCH 3/3] revert superscript --- content/minfraud/release-notes/2024.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/minfraud/release-notes/2024.mdx b/content/minfraud/release-notes/2024.mdx index 0ea475288..4c066b614 100644 --- a/content/minfraud/release-notes/2024.mdx +++ b/content/minfraud/release-notes/2024.mdx @@ -7,7 +7,7 @@ title: minFraud Release Notes Subscribe to the [minFraud release notes RSS feed](/minfraud/release-notes/rss.xml). - + We have released additional outputs for our [minFraud Insights and minFraud Factors](https://www.maxmind.com/en/solutions/minfraud-services)