Properties
| Name | Type | Description |
|---|---|---|
| account_id | string | The account uuid associated with this transaction line |
| account_no | string | The account number associated with this transaction line |
| amount | integer | The amount (in cents) of the transaction |
| currency | string | ISO 4217 alphabetic currency code of the transfer amount |
| dc_sign | object | |
| uuid | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/transaction_line",
"title": "transaction_line",
"properties": {
"account_id": {
"description": "The account uuid associated with this transaction line",
"example": "75c8658d-4ffc-46a2-b33f-50f785026060",
"type": "string"
},
"account_no": {
"description": "The account number associated with this transaction line",
"type": "string"
},
"amount": {
"description": "The amount (in cents) of the transaction",
"type": "integer"
},
"currency": {
"description": "ISO 4217 alphabetic currency code of the transfer amount",
"type": "string"
},
"dc_sign": {
"$ref": "#/components/schemas/dc_sign"
},
"uuid": {
"format": "uuid",
"type": "string"
}
},
"required": [
"uuid",
"account_no",
"account_id",
"amount",
"currency",
"dc_sign"
],
"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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/synctera-transaction-line"
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.