ProximityConfidenceFactors
Boolean inputs to the confidence rubric. Each true factor contributes its documented weight. Surfaced in the response so callers can audit why a score was what it was.
address_existsboolean
device_within_1kmboolean
device_within_500mboolean
device_within_100mboolean
device_within_50mboolean
gps_accuracy_providedboolean
gps_accuracy_under_25mboolean
gps_accuracy_under_10mboolean
mock_location_offboolean
provider_is_hardwareboolean
location_fix_freshboolean
altitude_non_zeroboolean
no_fraud_signalsboolean
ProximityConfidenceFactors
{
"address_exists": true,
"device_within_1km": true,
"device_within_500m": true,
"device_within_100m": true,
"device_within_50m": true,
"gps_accuracy_provided": true,
"gps_accuracy_under_25m": true,
"gps_accuracy_under_10m": true,
"mock_location_off": true,
"provider_is_hardware": true,
"location_fix_fresh": true,
"altitude_non_zero": true,
"no_fraud_signals": true
}