Adyen · Schema

Opi

PaymentsFinancial ServicesFintech

Properties

Name Type Description
enablePayAtTable boolean Indicates if Pay at table is enabled.
payAtTableStoreNumber string The store number to use for Pay at Table.
payAtTableURL string The URL and port number used for Pay at Table communication.
View JSON Schema on GitHub

JSON Schema

adyen-opi-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Opi",
  "title": "Opi",
  "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"
    }
  },
  "type": "object"
}