SumUp · Schema

CompanyIdentifiers

A list of country-specific company identifiers.

PaymentsPOSPoint of SaleCard ReadersCheckoutFintechMobile PaymentsOnline Payments
View JSON Schema on GitHub

JSON Schema

companyidentifiers.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CompanyIdentifiers",
  "description": "A list of country-specific company identifiers.\n",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/CompanyIdentifier"
  }
}