Adyen · JSON Structure

Management Opi Structure

Opi schema from Adyen API

Type: object Properties: 3
PaymentsFinancial ServicesFintech

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

Properties

enablePayAtTable payAtTableStoreNumber payAtTableURL

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-opi-structure.json",
  "description": "Opi schema from Adyen API",
  "type": "object",
  "properties": {
    "enablePayAtTable": {
      "description": "Indicates if Pay at table is enabled.",
      "type": "boolean"
    },
    "payAtTableStoreNumber": {
      "description": "The store number to use for Pay at Table.",
      "type": "string"
    },
    "payAtTableURL": {
      "description": "The URL and port number used for Pay at Table communication.",
      "type": "string"
    }
  },
  "name": "Opi"
}