Total System Services · JSON Structure

Tsys Transaction Structure

JSON structure documentation for the TSYS Payment Gateway Transaction resource

Type: Properties: 0
PaymentsPayment ProcessingCard IssuingMerchant ServicesFintechFinancial-ServicesFortune 1000

Tsys Transaction Structure is a JSON Structure definition published by Total System Services.

Meta-schema:

JSON Structure

Raw ↑
{
  "title": "TSYS Transaction Structure",
  "description": "JSON structure documentation for the TSYS Payment Gateway Transaction resource",
  "resource": "Transaction",
  "api": "TSYS Payment Gateway",
  "fields": [
    {
      "name": "id",
      "type": "string",
      "required": true,
      "description": "Unique transaction identifier (system-generated)"
    },
    {
      "name": "merchantId",
      "type": "string",
      "required": true,
      "description": "TSYS-assigned merchant identifier"
    },
    {
      "name": "orderId",
      "type": "string",
      "required": false,
      "description": "Merchant-assigned order reference number for reconciliation"
    },
    {
      "name": "status",
      "type": "string (enum)",
      "required": true,
      "description": "Current transaction lifecycle status: authorized, captured, settled, voided, refunded, declined"
    },
    {
      "name": "amount",
      "type": "number (float)",
      "required": true,
      "description": "Transaction amount in the specified currency"
    },
    {
      "name": "settledAmount",
      "type": "number (float)",
      "required": false,
      "description": "Final settled amount after any partial captures or adjustments"
    },
    {
      "name": "currency",
      "type": "string (ISO 4217)",
      "required": true,
      "description": "Three-letter ISO 4217 currency code (e.g. USD, EUR)"
    },
    {
      "name": "cardType",
      "type": "string (enum)",
      "required": false,
      "description": "Card network: visa, mastercard, amex, discover, debit"
    },
    {
      "name": "lastFour",
      "type": "string",
      "required": false,
      "description": "Last four digits of the card number for display purposes"
    },
    {
      "name": "authorizationCode",
      "type": "string",
      "required": false,
      "description": "Authorization code returned by the card network"
    },
    {
      "name": "batchId",
      "type": "string",
      "required": false,
      "description": "Settlement batch identifier for reconciliation"
    },
    {
      "name": "createdAt",
      "type": "string (ISO 8601 datetime)",
      "required": false,
      "description": "Timestamp when the transaction was initiated"
    },
    {
      "name": "settledAt",
      "type": "string (ISO 8601 datetime)",
      "required": false,
      "description": "Timestamp when the transaction was settled"
    }
  ]
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/tsys-transaction-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.