SumUp · Schema

Transaction Checkout Info

Checkout-specific fields associated with a transaction.

PaymentsPoint-of-SaleCard ReadersCheckoutFintechMobile PaymentsOnline Payments

Properties

Name Type Description
merchant_code string Unique code of the registered merchant to whom the payment is made.
vat_amount number Amount of the applicable VAT (out of the total transaction amount).
tip_amount number Amount of the tip (out of the total transaction amount).
entry_mode object
auth_code string Authorization code for the transaction sent by the payment card issuer or bank. Applicable only to card payments.
View JSON Schema on GitHub

JSON Schema

transactioncheckoutinfo.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Transaction Checkout Info",
  "description": "Checkout-specific fields associated with a transaction.",
  "type": "object",
  "properties": {
    "merchant_code": {
      "description": "Unique code of the registered merchant to whom the payment is made.",
      "type": "string",
      "example": "MH4H92C7"
    },
    "vat_amount": {
      "description": "Amount of the applicable VAT (out of the total transaction amount).",
      "type": "number",
      "format": "float",
      "example": 6
    },
    "tip_amount": {
      "description": "Amount of the tip (out of the total transaction amount).",
      "type": "number",
      "format": "float",
      "example": 3
    },
    "entry_mode": {
      "$ref": "#/components/schemas/EntryMode"
    },
    "auth_code": {
      "description": "Authorization code for the transaction sent by the payment card issuer or bank. Applicable only to card payments.",
      "type": "string",
      "example": "053201"
    }
  }
}

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/transactioncheckoutinfo"
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.