Synctera · Schema
A pending transaction history
FintechBackend-as-a-ServiceBankingPaymentsCard IssuingKYC
Properties
| Name | Type | Description |
|---|---|---|
| account_id | string | The account id associated with the hold |
| account_no | string | The account number associated with the hold |
| created | string | The creation date of the hold |
| data | object | |
| id | integer | |
| idemkey | string | The idempotency key used when initially creating this transaction. |
| offset_account_id | string | The offset account id associated with the hold |
| offset_account_no | string | The offset account number associated with the hold |
| reference_id | string | An external ID provided by the payment network to represent this transaction. |
| tenant | string | The tenant associated with this transaction, in the form " |
| updated | string | The date the hold was last update |
| uuid | string | The unique identifier of the hold transaction. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/pending_transaction_history",
"title": "A pending transaction history",
"properties": {
"account_id": {
"description": "The account id associated with the hold",
"example": "88564692-a977-4932-9b8d-6e2742d4b1a4",
"type": "string"
},
"account_no": {
"description": "The account number associated with the hold",
"type": "string"
},
"created": {
"description": "The creation date of the hold",
"format": "date-time",
"type": "string"
},
"data": {
"$ref": "#/components/schemas/pending_transaction_history_data"
},
"id": {
"format": "int64",
"type": "integer"
},
"idemkey": {
"description": "The idempotency key used when initially creating this transaction.",
"type": "string"
},
"offset_account_id": {
"description": "The offset account id associated with the hold",
"example": "f7a653cc-328e-49a8-83cc-1c1735ef5161",
"type": "string"
},
"offset_account_no": {
"description": "The offset account number associated with the hold",
"type": "string"
},
"reference_id": {
"description": "An external ID provided by the payment network to represent this transaction.",
"nullable": true,
"type": "string"
},
"tenant": {
"description": "The tenant associated with this transaction, in the form \"<bankid>_<partnerid>\"",
"type": "string"
},
"updated": {
"description": "The date the hold was last update",
"format": "date-time",
"type": "string"
},
"uuid": {
"description": "The unique identifier of the hold transaction.",
"format": "uuid",
"type": "string"
}
},
"required": [
"id",
"uuid",
"tenant",
"idemkey",
"account_no",
"account_id",
"created",
"updated",
"data",
"reference_id",
"offset_account_no",
"offset_account_id"
],
"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-pending-transaction-history"
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.