Adyen · JSON Structure

Management Pay At Table Structure

PayAtTable schema from Adyen API

Type: object Properties: 3
PaymentsFinancial ServicesFintech

PayAtTable 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

authenticationMethod enablePayAtTable paymentInstrument

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-pay-at-table-structure.json",
  "description": "PayAtTable schema from Adyen API",
  "type": "object",
  "properties": {
    "authenticationMethod": {
      "description": "Allowed authentication methods: Magswipe, Manual Entry.",
      "enum": [
        "MAGSWIPE",
        "MKE"
      ],
      "type": "string"
    },
    "enablePayAtTable": {
      "description": "Enable Pay at table.",
      "type": "boolean"
    },
    "paymentInstrument": {
      "description": "Sets the allowed payment instrument for Pay at table transactions.  Can be: **cash** or **card**. If not set, the terminal presents both options.",
      "enum": [
        "Cash",
        "Card"
      ],
      "type": "string"
    }
  },
  "name": "PayAtTable"
}