SumUp · Schema

Company

Information about the company or business. This is legal information that is used for verification.

PaymentsPoint-of-SaleCard ReadersCheckoutFintechMobile PaymentsOnline Payments

Properties

Name Type Description
name string The company's legal name.
merchant_category_code string The merchant category code for the account as specified by [ISO18245](https://www.iso.org/standard/33365.html). MCCs are used to classify businesses based on the goods or services they provide.
legal_type object
address object
trading_address object
identifiers object
phone_number object
website string HTTP(S) URL of the company's website.
attributes object
View JSON Schema on GitHub

JSON Schema

company.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Company",
  "description": "Information about the company or business. This is legal information that is used for verification.\n",
  "type": "object",
  "properties": {
    "name": {
      "description": "The company's legal name.",
      "type": "string",
      "example": "Gin & Doughnuts Bar GmbH",
      "maxLength": 150,
      "minLength": 1
    },
    "merchant_category_code": {
      "description": "The merchant category code for the account as specified by [ISO18245](https://www.iso.org/standard/33365.html). MCCs are used to classify businesses based on the goods or services they provide.\n",
      "type": "string",
      "example": "1532",
      "pattern": "^[0-9]{4}$"
    },
    "legal_type": {
      "$ref": "#/components/schemas/LegalType"
    },
    "address": {
      "$ref": "#/components/schemas/Address"
    },
    "trading_address": {
      "$ref": "#/components/schemas/Address"
    },
    "identifiers": {
      "$ref": "#/components/schemas/CompanyIdentifiers"
    },
    "phone_number": {
      "$ref": "#/components/schemas/PhoneNumber"
    },
    "website": {
      "description": "HTTP(S) URL of the company's website.\n",
      "type": "string",
      "format": "uri",
      "examples": [
        "https://www.sumup.com"
      ],
      "maxLength": 255,
      "nullable": true
    },
    "attributes": {
      "$ref": "#/components/schemas/Attributes"
    }
  },
  "externalDocs": {
    "description": "Company documentation",
    "url": "https://developer.sumup.com/tools/glossary/merchant#company"
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/company"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.