SumUp · Schema
Transaction Base
Details of the transaction.
PaymentsPoint-of-SaleCard ReadersCheckoutFintechMobile PaymentsOnline Payments
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Unique ID of the transaction. |
| transaction_code | string | Transaction code returned by the acquirer/processing entity after processing the transaction. |
| amount | number | Total amount of the transaction. |
| currency | object | |
| timestamp | string | Date and time of the creation of the transaction. Response format expressed according to [ISO8601](https://en.wikipedia.org/wiki/ISO_8601) code. |
| status | object | |
| payment_type | object | |
| installments_count | integer | Current number of the installment for deferred payments. |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Transaction Base",
"description": "Details of the transaction.",
"type": "object",
"properties": {
"id": {
"description": "Unique ID of the transaction.",
"type": "string",
"example": "6b425463-3e1b-431d-83fa-1e51c2925e99"
},
"transaction_code": {
"description": "Transaction code returned by the acquirer/processing entity after processing the transaction.",
"type": "string",
"example": "TEENSK4W2K"
},
"amount": {
"description": "Total amount of the transaction.",
"type": "number",
"format": "float",
"example": 10.1
},
"currency": {
"$ref": "#/components/schemas/Currency"
},
"timestamp": {
"description": "Date and time of the creation of the transaction. Response format expressed according to [ISO8601](https://en.wikipedia.org/wiki/ISO_8601) code.",
"type": "string",
"format": "date-time",
"example": "2020-02-29T10:56:56.876000+00:00"
},
"status": {
"$ref": "#/components/schemas/TransactionStatus"
},
"payment_type": {
"$ref": "#/components/schemas/PaymentType"
},
"installments_count": {
"description": "Current number of the installment for deferred payments.",
"type": "integer",
"minimum": 1
}
}
}
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/transactionbase"
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.