Otter · Schema

RecordPaymentType

The type of payment method.

RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics
View JSON Schema on GitHub

JSON Schema

public-api-record-payment-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RecordPaymentType",
  "description": "The type of payment method.",
  "$id": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-record-payment-type-schema.json",
  "type": "string",
  "enum": [
    "ACH_CREDIT",
    "ACH_DEBIT",
    "ACSS_DEBIT",
    "ALIPAY_MINIAPP",
    "ALI_PAY",
    "BACS_DEBIT",
    "BANK_TRANSFER",
    "BECS_DEBIT",
    "BOLETO",
    "CARD",
    "CARD_PRESENT",
    "CASH",
    "CHECK",
    "CHECKOUT_SESSION",
    "ETC",
    "EXTERNAL_CASH_BALANCE",
    "GIFT_CARD",
    "INTERNAL_CASH_BALANCE",
    "KAKAO_PAY",
    "LIABILITY_BALANCE",
    "LINKED_BANK_ACCOUNT",
    "NAVER_PAY",
    "PIX",
    "QRCODE",
    "QRCODE_ALIPAY",
    "QRCODE_WECHAT",
    "SEPA_DEBIT",
    "SPEI_BANK_TRANSFER",
    "WALLET",
    "WECHAT_PAY",
    "UNKNOWN"
  ],
  "example": "CARD"
}