Mastercard · Schema

PhoneDetails

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
cc string Country code
subscriber string Subscriber section of the number
View JSON Schema on GitHub

JSON Schema

mastercard-identity-insights-for-transactions-phone-details-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PhoneDetails",
  "type": "object",
  "properties": {
    "cc": {
      "type": "string",
      "description": "Country code"
    },
    "subscriber": {
      "type": "string",
      "description": "Subscriber section of the number"
    }
  }
}