Mastercard · JSON Structure

Mastercard Identity Insights For Transactions Device Insights Structure

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

DeviceInsights 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

uDeviceId lastSeen firstSeen lastSeenDays firstSeenDays accountDeviceId alerts

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "DeviceInsights",
  "type": "object",
  "properties": {
    "uDeviceId": {
      "type": "string"
    },
    "lastSeen": {
      "type": "string"
    },
    "firstSeen": {
      "type": "string"
    },
    "lastSeenDays": {
      "type": "integer"
    },
    "firstSeenDays": {
      "type": "integer"
    },
    "accountDeviceId": {
      "type": "string"
    },
    "alerts": {
      "type": "array"
    }
  }
}