SumUp · Schema

Event Type

Type of the transaction event.

PaymentsPOSPoint of SaleCard ReadersCheckoutFintechMobile PaymentsOnline Payments
View JSON Schema on GitHub

JSON Schema

eventtype.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Event Type",
  "description": "Type of the transaction event.",
  "type": "string",
  "enum": [
    "PAYOUT",
    "CHARGE_BACK",
    "REFUND",
    "PAYOUT_DEDUCTION"
  ]
}