Lithic · Schema

Point of Sale

FinTechBaaSCard IssuingPaymentsEmbedded Finance

Properties

Name Type Description
entry_mode object
terminal object
View JSON Schema on GitHub

JSON Schema

lithic-pos-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/pos",
  "title": "Point of Sale",
  "type": "object",
  "properties": {
    "entry_mode": {
      "$ref": "#/components/schemas/pos_entry_mode"
    },
    "terminal": {
      "$ref": "#/components/schemas/pos_terminal"
    }
  },
  "required": [
    "entry_mode",
    "terminal"
  ]
}