Adyen · JSON Structure

Terminal Sensitive Mobile Data Structure

SensitiveMobileData schema from Adyen API

Type: object Properties: 3 Required: 1
PaymentsFinancial ServicesFintech

SensitiveMobileData is a JSON Structure definition published by Adyen, describing 3 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

MSISDN ISMI IMEI

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/terminal-sensitive-mobile-data-structure.json",
  "description": "SensitiveMobileData schema from Adyen API",
  "type": "object",
  "properties": {
    "MSISDN": {
      "type": "int32"
    },
    "ISMI": {
      "type": "int32"
    },
    "IMEI": {
      "type": "int32"
    }
  },
  "required": [
    "MSISDN"
  ],
  "name": "SensitiveMobileData"
}