SumUp · Schema

Payment Type

Payment type used for the transaction.

PaymentsPOSPoint of SaleCard ReadersCheckoutFintechMobile PaymentsOnline Payments
View JSON Schema on GitHub

JSON Schema

paymenttype.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Payment Type",
  "description": "Payment type used for the transaction.",
  "type": "string",
  "enum": [
    "CASH",
    "POS",
    "ECOM",
    "RECURRING",
    "BITCOIN",
    "BALANCE",
    "MOTO",
    "BOLETO",
    "DIRECT_DEBIT",
    "APM",
    "UNKNOWN"
  ]
}