diff --git a/content/minfraud/api-documentation/_schemas/ResponseBillingPhone.mdx b/content/minfraud/api-documentation/_schemas/ResponseBillingPhone.mdx index edb7bb24d..8c49ca017 100644 --- a/content/minfraud/api-documentation/_schemas/ResponseBillingPhone.mdx +++ b/content/minfraud/api-documentation/_schemas/ResponseBillingPhone.mdx @@ -31,6 +31,6 @@ import responseJson from '../_examples/response'; name="is_voip" type="boolean" > - This is `true` if the billing phone number is a Voice over Internet Protocol (VoIP) number allocated by a regulator. Otherwise, the key is not included in the `billing_phone` object. + 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. diff --git a/content/minfraud/api-documentation/_schemas/ResponseShippingPhone.mdx b/content/minfraud/api-documentation/_schemas/ResponseShippingPhone.mdx index 702aabcb9..01b5b9e19 100644 --- a/content/minfraud/api-documentation/_schemas/ResponseShippingPhone.mdx +++ b/content/minfraud/api-documentation/_schemas/ResponseShippingPhone.mdx @@ -31,6 +31,6 @@ import responseJson from '../_examples/response'; name="is_voip" type="boolean" > - This is `true` if the shipping phone number is a Voice over Internet Protocol (VoIP) number allocated by a regulator. Otherwise, the key is not included in the `shipping_phone` object. + 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.