Verifone · Schema

Point of Interaction Type

The Point of Interaction Type. An indicator to indicate the type of Point of Interaction. **NOTE:** The value `MULTI_MERCHANT_CHILD` aligns to `MULT_MERCHANT` in common/Entity Service.

PaymentsPOSTerminal ManagementeCommerceFinTechPayment ProcessingOmnichannel
View JSON Schema on GitHub

JSON Schema

order-service-api-poitypeenum.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/verifone/refs/heads/main/json-schema/order-service-api-poitypeenum.json",
  "title": "Point of Interaction Type",
  "description": "The Point of Interaction Type. An indicator to indicate the type of Point of Interaction.\n\n**NOTE:** The value `MULTI_MERCHANT_CHILD` aligns to `MULT_MERCHANT` in common/Entity Service.",
  "type": "string",
  "enum": [
    "UNSPECIFIED",
    "ELECTRONIC_CASH_REGISTER",
    "POINT_OF_SALE",
    "UNATTENDED",
    "STANDALONE",
    "MOBILE",
    "VIRTUAL",
    "MULTI_MERCHANT_CHILD"
  ]
}