Wells Fargo Transaction is a JSON Structure definition published by wells-fargo.
{
"name": "Wells Fargo Transaction",
"description": "Structure of a Wells Fargo commercial banking transaction from the Account Transactions API.",
"fields": [
{ "name": "transactionId", "type": "string", "required": true, "description": "Unique transaction ID." },
{ "name": "accountId", "type": "string", "required": true, "description": "Wells Fargo account identifier." },
{ "name": "transactionType", "type": "string", "required": true, "description": "Payment type: ACH, WIRE, RTP, CHECK, or FED_NOW." },
{ "name": "debitCreditIndicator", "type": "string", "required": true, "description": "DEBIT or CREDIT to the account." },
{ "name": "amount", "type": "number", "required": true, "description": "Transaction amount." },
{ "name": "currency", "type": "string", "required": true, "description": "ISO 4217 currency code (e.g., USD)." },
{ "name": "transactionDate", "type": "date", "required": true, "description": "Date the transaction occurred." },
{ "name": "postingDate", "type": "date", "required": false, "description": "Date the transaction posted to the account." },
{ "name": "description", "type": "string", "required": false, "description": "Transaction description or memo." },
{ "name": "status", "type": "string", "required": true, "description": "Transaction status: POSTED, PENDING, or RETURNED." },
{ "name": "counterpartyName", "type": "string", "required": false, "description": "Counterparty name." },
{ "name": "counterpartyAccountNumber", "type": "string", "required": false, "description": "Masked counterparty account number." },
{ "name": "counterpartyRoutingNumber", "type": "string", "required": false, "description": "Counterparty bank routing number." },
{ "name": "referenceNumber", "type": "string", "required": false, "description": "Bank reference or NACHA trace number." }
]
}
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/wells-fargo-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.