SumUp · Schema

ResourceType

The type of the membership resource. Possible values are: * `merchant` - merchant account(s) * `organization` - organization(s)

PaymentsPOSPoint of SaleCard ReadersCheckoutFintechMobile PaymentsOnline Payments
View JSON Schema on GitHub

JSON Schema

resourcetype.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ResourceType",
  "description": "The type of the membership resource.\nPossible values are:\n* `merchant` - merchant account(s)\n* `organization` - organization(s)",
  "type": "string",
  "example": "merchant"
}