Mastercard · JSON Structure

Mastercard Identity Insights For Transactions Device Info Structure

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

DeviceInfo 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

deviceType country ipCarrier city browser state platform

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "DeviceInfo",
  "type": "object",
  "properties": {
    "deviceType": {
      "type": "string"
    },
    "country": {
      "type": "string"
    },
    "ipCarrier": {
      "type": "string"
    },
    "city": {
      "type": "string"
    },
    "browser": {
      "type": "string"
    },
    "state": {
      "type": "string"
    },
    "platform": {
      "type": "string"
    }
  }
}