Flipdish · Schema

ReaderActionStateInfo

Card reader state information

RestaurantOnline OrderingMobile AppsPoint-of-SaleOrderMenusPaymentsWebhook

Properties

Name Type Description
ActionState string Action state
FailureCode string Failure code
FailureMessage string Failure Message
Type string Type
View JSON Schema on GitHub

JSON Schema

devices-reader-action-state-info-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-schema/devices-reader-action-state-info-schema.json",
  "title": "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"
    }
  }
}