Synctera · Schema
external_account_transaction
FintechBackend-as-a-ServiceBankingPaymentsCard IssuingKYC
Properties
| Name | Type | Description |
|---|---|---|
| amount | integer | Transaction amount. Number in cents. E.g. 1000 represents $10.00 |
| authorized_date | string | Date that the transaction is authorized. ISO 8601 format ( YYYY-MM-DD ). |
| category | array | Category of the transaction |
| check_number | string | Check number of the transaction. This field will be null if not a check transaction. |
| currency | string | ISO 4217 alphabetic currency code |
| date | string | For pending transactions, this represents the date of the transaction occurred; for posted transactions, this represents the date of the transaction posted. ISO 8601 format ( YYYY-MM-DD ). |
| is_pending | boolean | Indicates the transaction is pending or unsettled if true. |
| merchant_name | string | Merchant name of the transaction |
| payment_channel | string | channel used to make a payment |
| payment_method | string | Transfer type of the transaction, e.g. ACH |
| transaction_id | string | case-sensitive transaction ID |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/external_account_transaction",
"title": "external_account_transaction",
"properties": {
"amount": {
"description": "Transaction amount. Number in cents. E.g. 1000 represents $10.00",
"format": "int64",
"type": "integer"
},
"authorized_date": {
"description": "Date that the transaction is authorized. ISO 8601 format ( YYYY-MM-DD ).",
"format": "date",
"nullable": true,
"type": "string"
},
"category": {
"description": "Category of the transaction",
"items": {
"type": "string"
},
"type": "array"
},
"check_number": {
"description": "Check number of the transaction. This field will be null if not a check transaction.",
"type": "string"
},
"currency": {
"description": "ISO 4217 alphabetic currency code",
"example": "USD",
"type": "string"
},
"date": {
"description": "For pending transactions, this represents the date of the transaction occurred; for posted transactions, this represents the date of the transaction posted. ISO 8601 format ( YYYY-MM-DD ).\n",
"format": "date",
"type": "string"
},
"is_pending": {
"description": "Indicates the transaction is pending or unsettled if true.",
"type": "boolean"
},
"merchant_name": {
"description": "Merchant name of the transaction",
"example": "Fancy store",
"type": "string"
},
"payment_channel": {
"description": "channel used to make a payment",
"enum": [
"IN_STORE",
"ONLINE",
"OTHER"
],
"type": "string",
"x-enumDescriptions": [
{
"IN_STORE": "In store transaction."
},
{
"ONLINE": "Online transaction."
},
{
"OTHER": "Transactions that relate to banks, e.g. fees or deposits."
}
]
},
"payment_method": {
"description": "Transfer type of the transaction, e.g. ACH",
"type": "string"
},
"transaction_id": {
"description": "case-sensitive transaction ID",
"type": "string"
}
},
"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-external-account-transaction"
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.