Flipdish · JSON Structure

Devices Card Reader Registration Request Structure

Card reader registration request

Type: object Properties: 2 Required: 1
RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

CardReaderRegistrationRequest is a JSON Structure definition published by Flipdish, describing 2 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

RegistrationCode KioskDeviceId

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/flipdish/refs/heads/main/json-structure/devices-card-reader-registration-request-structure.json",
  "name": "CardReaderRegistrationRequest",
  "description": "Card reader registration request",
  "type": "object",
  "properties": {
    "RegistrationCode": {
      "description": "The reader registration code",
      "type": "string",
      "example": "string"
    },
    "KioskDeviceId": {
      "description": "The kiosk device id",
      "type": "string",
      "example": "500123"
    }
  },
  "required": [
    "RegistrationCode"
  ]
}