Verifone · Schema

Industry Type

The Industry type applicable to a Merchant.

PaymentsPOSTerminal ManagementeCommerceFinTechPayment ProcessingOmnichannel
View JSON Schema on GitHub

JSON Schema

order-service-api-industry.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-industry.json",
  "title": "Industry Type",
  "description": "The Industry type applicable to a Merchant.",
  "type": "string",
  "enum": [
    "AIRLINE",
    "DIRECT",
    "VEHICLE_RENTAL",
    "LODGING",
    "MOTO",
    "PETROLEUM",
    "QUICK_SERVICE_RESTAURANT",
    "RESTAURANT",
    "RETAIL",
    "TRANSPORT",
    "RECREATION",
    "MEDICAL",
    "EDUCATIONAL",
    "GOVERNMENT",
    "CASH_ADVANCE",
    "INTERNET",
    "SUPERMARKET",
    "UNKNOWN"
  ]
}