Synctera · Schema

posted_transaction_data

FintechBackend-as-a-ServiceBankingPaymentsCard IssuingKYC

Properties

Name Type Description
external_data object
force_post boolean Whether or not the hold was forced (spending controls ignored)
hold_id string The uuid of the hold (pending transaction) that this transaction originated from, if any.
lines array The set of accounting entries associated with this transaction. For example, a debit to a customer account will have a corresponding credit in a general ledger account.
memo string A short note to the recipient
metadata object
original_trx string The "original" transaction that this transaction is related to. This is only populated in the case of reversed transactions.
risk_info object
user_data object An unstructured JSON blob representing additional transaction information specific to each payment rail.
View JSON Schema on GitHub

JSON Schema

synctera-posted-transaction-data-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/posted_transaction_data",
  "title": "posted_transaction_data",
  "properties": {
    "external_data": {
      "$ref": "#/components/schemas/external_data"
    },
    "force_post": {
      "description": "Whether or not the hold was forced (spending controls ignored)",
      "type": "boolean"
    },
    "hold_id": {
      "description": "The uuid of the hold (pending transaction) that this transaction originated from, if any.",
      "format": "uuid",
      "type": "string"
    },
    "lines": {
      "description": "The set of accounting entries associated with this transaction. For example, a debit to a customer account will have a corresponding credit in a general ledger account.",
      "items": {
        "$ref": "#/components/schemas/transaction_line1"
      },
      "type": "array"
    },
    "memo": {
      "description": "A short note to the recipient",
      "type": "string"
    },
    "metadata": {
      "nullable": true,
      "type": "object"
    },
    "original_trx": {
      "description": "The \"original\" transaction that this transaction is related to. This is only populated in the case of reversed transactions.",
      "format": "uuid",
      "type": "string"
    },
    "risk_info": {
      "$ref": "#/components/schemas/risk_info"
    },
    "user_data": {
      "description": "An unstructured JSON blob representing additional transaction information specific to each payment rail.",
      "nullable": true,
      "type": "object"
    }
  },
  "required": [
    "memo",
    "user_data",
    "external_data",
    "risk_info",
    "metadata",
    "lines",
    "force_post"
  ],
  "type": "object"
}

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/synctera-posted-transaction-data"
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.