Adyen · JSON Structure

Terminal Mobile Data Structure

Mobile phone is used as a payment instrument for the transaction. Information related to the mobile for the payment transaction.

Type: object Properties: 6
PaymentsFinancial ServicesFintech

MobileData is a JSON Structure definition published by Adyen, describing 6 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

MobileCountryCode MobileNetworkCode MaskedMSISDN Geolocation ProtectedMobileData SensitiveMobileData

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-mobile-data-structure.json",
  "description": "Mobile phone is used as a payment instrument for the transaction. Information related to the mobile for the payment transaction.",
  "type": "object",
  "properties": {
    "MobileCountryCode": {
      "type": "int32",
      "minimum": 3,
      "maximum": 3,
      "description": "If data available."
    },
    "MobileNetworkCode": {
      "type": "int32",
      "minimum": 2,
      "maximum": 3,
      "description": "If data available."
    },
    "MaskedMSISDN": {
      "type": "int32",
      "description": "If data available."
    },
    "Geolocation": {
      "$ref": "#/components/schemas/Geolocation"
    },
    "ProtectedMobileData": {
      "type": "string",
      "description": "SensitiveMobileData."
    },
    "SensitiveMobileData": {
      "$ref": "#/components/schemas/SensitiveMobileData"
    }
  },
  "name": "MobileData"
}