Otter · JSON Structure

Public Api Record Provider Type Structure

The type of payment provider.

Type: string Properties: 0
RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

RecordProviderType is a JSON Structure definition published by Otter. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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/otter/refs/heads/main/json-structure/public-api-record-provider-type-structure.json",
  "name": "RecordProviderType",
  "description": "The type of payment provider.",
  "type": "string",
  "enum": [
    "ALLINPAY",
    "CHECKOUT",
    "CSS",
    "MERCADO_PAGO",
    "OLIVENETWORKS",
    "SHOUQIANBA",
    "STRIPE",
    "UNIONPAY",
    "VAN_DAOU",
    "VAN_JTNET",
    "VAN_KICC",
    "VAN_KIS",
    "VAN_KOVAN",
    "VAN_KSNET",
    "VAN_NICE",
    "VAN_SMARTRO",
    "UNKNOWN"
  ],
  "example": "STRIPE"
}