Mastercard · JSON Structure

Mastercard Identity Insights For Transactions Primary Email Structure

Type: object Properties: 7
Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

PrimaryEmail is a JSON Structure definition published by Mastercard, describing 7 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

firstSeenDays lastSeenDays valid domainCreationDate matchToName mailboxVelocity isDisposable

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PrimaryEmail",
  "type": "object",
  "properties": {
    "firstSeenDays": {
      "type": "integer"
    },
    "lastSeenDays": {
      "type": "integer"
    },
    "valid": {
      "type": "boolean"
    },
    "domainCreationDate": {
      "type": "string"
    },
    "matchToName": {
      "type": "string"
    },
    "mailboxVelocity": {
      "type": "integer"
    },
    "isDisposable": {
      "type": "boolean"
    }
  }
}