Flipdish · JSON Structure

Devices Reader Action State Info Structure

Card reader state information

Type: object Properties: 4
RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Properties

ActionState FailureCode FailureMessage Type

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-reader-action-state-info-structure.json",
  "name": "ReaderActionStateInfo",
  "description": "Card reader state information",
  "type": "object",
  "properties": {
    "ActionState": {
      "description": "Action state",
      "type": "string",
      "example": "string"
    },
    "FailureCode": {
      "description": "Failure code",
      "type": "string",
      "example": "string"
    },
    "FailureMessage": {
      "description": "Failure Message",
      "type": "string",
      "example": "string"
    },
    "Type": {
      "description": "Type",
      "type": "string",
      "example": "string"
    }
  }
}