SumUp · Schema

Card Type

Issuing card network of the payment card used for the transaction.

PaymentsPOSPoint of SaleCard ReadersCheckoutFintechMobile PaymentsOnline Payments
View JSON Schema on GitHub

JSON Schema

cardtype.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Card Type",
  "description": "Issuing card network of the payment card used for the transaction.",
  "type": "string",
  "enum": [
    "ALELO",
    "AMEX",
    "CONECS",
    "CUP",
    "DINERS",
    "DISCOVER",
    "EFTPOS",
    "ELO",
    "ELV",
    "GIROCARD",
    "HIPERCARD",
    "INTERAC",
    "JCB",
    "MAESTRO",
    "MASTERCARD",
    "PLUXEE",
    "SWILE",
    "TICKET",
    "VISA",
    "VISA_ELECTRON",
    "VISA_VPAY",
    "VPAY",
    "VR",
    "UNKNOWN"
  ]
}