Understanding MobileID
Appended Data
Apart from verifying an individual's identity information, MobileID sources can also return other associated information back to the customers as AppendedFields
. The fields returned may change per country.
Following is a list of fields that may be returned back (depending on the country):
Field Name | Description | Example |
---|---|---|
Operator | Returns the mobile carrier name | Vodafone, Telus |
PhoneAccountType | Returns the type of user account | Primary, Secondary |
PhoneContractType | Returns the type of phone contract | Prepaid, Postpaid |
PhoneContractStatus | Returns the status of the contract | Active, Inactive |
PhoneType | Returns the type of the input phone number | Fixed Line, Restricted Number, Mobile |
FraudFlag | Returns true if there's a fraud warning associated with the phone number | |
FraudMessage | Returns the reason for the Fraud Flag being set to true | The phone is lost or stolen |
LastUpdateYear, LastUpdateMonth, LastUpdateDay | Returns the date when the Phone contract was last Activated / Deactivated | |
PhoneAccountTenure | Returns the time period in months for which the customer may have had their account | 48 months |
Score | Returns the Risk Score associated with each input phone number. This field is returned as part of the "Mobile Risk Score" source |
Example value
{
"Type": "RiskScore",
"Value": "147",
"Description": "Risk score defined by the vendor. Ranges between 0-1000. The higher the score the riskier the transaction"
}
Field Name | Description | Example |
---|---|---|
PhoneDeviceStatus | Returns the current status of the phone device. It is part of the "Mobile Number Validation Live" source | Reachable, Unreachable, Unavailable |
PhoneRoamingStatus | This field Indicates whether the mobile device is currently roaming outside of the contracted service coverage area. It is part of the "Mobile Number Validation Live" source. | Yes, No, Unavailable |
FieldUsed | This field indicates which GlobalGateway field was used to call the MobileID datasource. | Telephone, Telephone2, CellNumber |
Updated over 1 year ago