Adyen · JSON Structure

Management Connectivity Structure

Connectivity schema from Adyen API

Type: object Properties: 1
PaymentsFinancial ServicesFintech

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

Properties

simcardStatus

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/management-connectivity-structure.json",
  "description": "Connectivity schema from Adyen API",
  "type": "object",
  "properties": {
    "simcardStatus": {
      "description": "Indicates the status of the SIM card in the payment terminal. Can be updated and received only at terminal level, and only for models that support cellular connectivity.\n\nPossible values:\n* **ACTIVATED**: the SIM card is activated. Cellular connectivity may still need to be enabled on the terminal itself, in the **Network** settings.\n* **INVENTORY**: the SIM card is not activated. The terminal can't use cellular connectivity.",
      "enum": [
        "ACTIVATED",
        "INVENTORY"
      ],
      "type": "string"
    }
  },
  "name": "Connectivity"
}