disposable_phone_with_disposable_email
A disposable number with a disposable address
Both contact details are on disposable lists: the number is a known temporary or receive-only service, and the email is at a burner provider.
- appears in
- flag
- credits
- Free. The consistency analysis is arithmetic over answers already paid for and never costs a credit of its own.
What it means
Each half is published by its own product as `is_disposable` and `disposable`. Both being true is the flag.
`is_disposable` on the phone answer is null while no disposable-number dataset is installed, and a null side is never read as a no.
What to do
The strongest of the pairings for signup vetting, because neither contact detail can receive anything for long.
Example response
{
"comparison": "email_phone_disposable",
"left": {
"signal": "email",
"field": "disposable",
"value": true
},
"right": {
"signal": "phone",
"field": "is_disposable",
"value": true
},
"result": "agree",
"flag": "disposable_phone_with_disposable_email"
}Abbreviated: a real answer carries all 33 fields, listed in the validate-phone reference.
Related
- phone_country_differs_from_address_country · the phone number and the address name different countries
- ip_country_differs_from_address_country · the IP address and the postal address name different countries
- ip_country_differs_from_phone_country · the IP address and the phone number name different countries
- disposable_email_from_datacenter_ip · a disposable address arriving from a datacenter
- disposable_email_from_anonymous_network · a disposable address arriving over an anonymous network
- mail_drop_address_with_free_email_provider · a mail-drop address with a free email provider
- entity_country_differs_from_address_country · the company is registered in one country and the address is in another
- entity_name_differs_from_address_organization · the registered name and the organisation on the address are not the same name
- missing_value · a comparison was withheld because a value was missing
- low_confidence · a comparison was withheld because the location was not the person’s
- All verdict reasons
- Phone fields and the risk score
- API reference
markdown version: /docs/reasons/disposable_phone_with_disposable_email.md