USAA · Schema
USAA Transaction
JSON Schema for USAA transaction data as accessible via open banking aggregators.
Financial-ServicesBankingInsuranceMilitary FinanceOpen BankingOpen FinanceFinancial Data ExchangeUnited StatesFortune 100
Properties
| Name | Type | Description |
|---|---|---|
| transactionId | string | Aggregator-assigned unique transaction identifier |
| accountId | string | Account identifier the transaction belongs to |
| amount | number | Transaction amount. Negative = debit, positive = credit. |
| date | string | Date the transaction occurred |
| postedDate | stringnull | Date the transaction posted to the account |
| name | string | Merchant or transaction name |
| merchantName | stringnull | Cleaned merchant name |
| category | stringnull | Transaction category (e.g., Travel, Dining, Insurance) |
| pending | boolean | Whether the transaction is pending or posted |
| paymentChannel | string | Transaction payment channel |
| currencyCode | string | ISO 4217 currency code |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/usaa/main/json-schema/usaa-transaction-schema.json",
"title": "USAA Transaction",
"description": "JSON Schema for USAA transaction data as accessible via open banking aggregators.",
"type": "object",
"properties": {
"transactionId": {
"type": "string",
"description": "Aggregator-assigned unique transaction identifier"
},
"accountId": {
"type": "string",
"description": "Account identifier the transaction belongs to"
},
"amount": {
"type": "number",
"description": "Transaction amount. Negative = debit, positive = credit."
},
"date": {
"type": "string",
"format": "date",
"description": "Date the transaction occurred"
},
"postedDate": {
"type": ["string", "null"],
"format": "date",
"description": "Date the transaction posted to the account"
},
"name": {
"type": "string",
"description": "Merchant or transaction name"
},
"merchantName": {
"type": ["string", "null"],
"description": "Cleaned merchant name"
},
"category": {
"type": ["string", "null"],
"description": "Transaction category (e.g., Travel, Dining, Insurance)"
},
"pending": {
"type": "boolean",
"description": "Whether the transaction is pending or posted"
},
"paymentChannel": {
"type": "string",
"enum": ["online", "in store", "other"],
"description": "Transaction payment channel"
},
"currencyCode": {
"type": "string",
"description": "ISO 4217 currency code",
"example": "USD"
}
},
"required": ["transactionId", "accountId", "amount", "date", "name"]
}
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/usaa-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.