SumUp · Schema

MembershipStatus

The status of the membership.

PaymentsPOSPoint of SaleCard ReadersCheckoutFintechMobile PaymentsOnline Payments
View JSON Schema on GitHub

JSON Schema

membershipstatus.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "MembershipStatus",
  "description": "The status of the membership.",
  "type": "string",
  "enum": [
    "accepted",
    "pending",
    "expired",
    "disabled",
    "unknown"
  ]
}