SumUp · Schema
Receipt Merchant Data
Receipt merchant data
PaymentsPoint-of-SaleCard ReadersCheckoutFintechMobile PaymentsOnline Payments
Properties
| Name | Type | Description |
|---|---|---|
| merchant_profile | object | Merchant profile details displayed on the receipt. |
| locale | string | Locale used for rendering localized receipt fields. |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Receipt Merchant Data",
"description": "Receipt merchant data",
"type": "object",
"properties": {
"merchant_profile": {
"description": "Merchant profile details displayed on the receipt.",
"type": "object",
"properties": {
"merchant_code": {
"type": "string",
"example": "MH4H92C7"
},
"business_name": {
"type": "string"
},
"company_registration_number": {
"type": "string"
},
"vat_id": {
"type": "string"
},
"website": {
"type": "string"
},
"email": {
"type": "string"
},
"language": {
"type": "string"
},
"address": {
"type": "object",
"properties": {
"address_line1": {
"type": "string"
},
"address_line2": {
"type": "string"
},
"city": {
"type": "string"
},
"country": {
"type": "string"
},
"country_en_name": {
"type": "string"
},
"country_native_name": {
"type": "string"
},
"region_name": {
"type": "string"
},
"post_code": {
"type": "string"
},
"landline": {
"type": "string"
}
}
}
}
},
"locale": {
"description": "Locale used for rendering localized receipt fields.",
"type": "string"
}
}
}
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/receiptmerchantdata"
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.