Truist Financial · JSON Structure

Truist Financial Transaction Structure

Structure documentation for Truist banking transaction objects.

Type: Properties: 0
BankingFinancial-ServicesOpen BankingCommercial BankingPersonal BankingPaymentsAccountTransactionFortune 500

Truist Transaction is a JSON Structure definition published by Truist Financial.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "Truist Transaction",
  "description": "Structure documentation for Truist banking transaction objects.",
  "fields": [
    {
      "name": "transactionId",
      "type": "string",
      "required": true,
      "description": "Unique transaction identifier."
    },
    {
      "name": "accountId",
      "type": "string",
      "required": true,
      "description": "Associated account identifier."
    },
    {
      "name": "transactionDate",
      "type": "date",
      "required": true,
      "description": "Transaction value date (YYYY-MM-DD)."
    },
    {
      "name": "postedDate",
      "type": "date",
      "required": false,
      "description": "Date transaction was posted to account."
    },
    {
      "name": "amount",
      "type": "number",
      "required": true,
      "description": "Transaction amount. Negative for debits, positive for credits."
    },
    {
      "name": "currency",
      "type": "string",
      "required": true,
      "default": "USD",
      "description": "ISO 4217 currency code."
    },
    {
      "name": "status",
      "type": "string",
      "required": true,
      "enum": ["POSTED", "PENDING"],
      "description": "Transaction processing status."
    },
    {
      "name": "transactionType",
      "type": "string",
      "required": true,
      "enum": ["DEBIT", "CREDIT", "FEE", "INTEREST", "TRANSFER", "ACH", "WIRE", "CHECK", "BOOK_TRANSFER"],
      "description": "Payment type or transaction category."
    },
    {
      "name": "description",
      "type": "string",
      "required": false,
      "description": "Transaction narrative description."
    },
    {
      "name": "merchantName",
      "type": "string",
      "required": false,
      "description": "Merchant name for POS transactions."
    },
    {
      "name": "category",
      "type": "string",
      "required": false,
      "description": "Personal finance management category."
    },
    {
      "name": "checkNumber",
      "type": "string",
      "required": false,
      "description": "Check number (check transactions)."
    },
    {
      "name": "achTraceNumber",
      "type": "string",
      "required": false,
      "description": "ACH trace number (ACH transactions)."
    },
    {
      "name": "wireReferenceNumber",
      "type": "string",
      "required": false,
      "description": "Wire transfer federal reference number."
    },
    {
      "name": "runningBalance",
      "type": "number",
      "required": false,
      "description": "Account balance after this transaction."
    }
  ]
}

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/truist-financial-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 email required.

A second provider on the same verified email joins the account you already have.