SumUp · Schema
BusinessProfile
Business information about the merchant. This information will be visible to the merchant's customers.
PaymentsPoint-of-SaleCard ReadersCheckoutFintechMobile PaymentsOnline Payments
Properties
| Name | Type | Description |
|---|---|---|
| name | string | The customer-facing business name. |
| dynamic_descriptor | string | The descriptor is the text that your customer sees on their bank account statement. The more recognisable your descriptor is, the less risk you have of receiving disputes (e.g. chargebacks). |
| website | string | The business's publicly available website. |
| string | A publicly available email address. | |
| phone_number | object | |
| address | object | |
| branding | object |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "BusinessProfile",
"description": "Business information about the merchant. This information will be visible to the merchant's customers.\n",
"type": "object",
"properties": {
"name": {
"description": "The customer-facing business name.",
"type": "string",
"example": "Example Coffee",
"maxLength": 150,
"minLength": 1
},
"dynamic_descriptor": {
"description": "The descriptor is the text that your customer sees on their bank account statement.\nThe more recognisable your descriptor is, the less risk you have of receiving disputes (e.g. chargebacks).\n",
"type": "string",
"example": "Example Coffee",
"maxLength": 30,
"minLength": 1,
"pattern": "^[a-zA-Z0-9 \\-+\\'_.]{0,30}$"
},
"website": {
"description": "The business's publicly available website.",
"type": "string",
"format": "uri",
"example": "https://example.com",
"maxLength": 255
},
"email": {
"description": "A publicly available email address.",
"type": "string",
"example": "contact@example.com",
"maxLength": 255
},
"phone_number": {
"$ref": "#/components/schemas/PhoneNumber"
},
"address": {
"$ref": "#/components/schemas/Address"
},
"branding": {
"$ref": "#/components/schemas/Branding"
}
}
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/businessprofile"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.