Truist Financial · Schema
Truist Account
Represents a Truist deposit account for personal, small business, or commercial banking.
BankingFinancial-ServicesOpen BankingCommercial BankingPersonal BankingPaymentsAccountTransactionFortune 500
Properties
| Name | Type | Description |
|---|---|---|
| accountId | string | Unique account identifier assigned by Truist. |
| accountNumber | string | Masked account number (last 4 digits visible). |
| accountType | string | Type of deposit account. |
| accountName | string | Account nickname or display name. |
| routingNumber | string | ABA routing/transit number for the account. |
| status | string | Current operational status of the account. |
| currency | string | ISO 4217 currency code for the account. |
| openedDate | string | Date the account was opened. |
| customerId | string | Associated customer or organization identifier (commercial accounts). |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/truist-financial/main/json-schema/truist-financial-account-schema.json",
"title": "Truist Account",
"description": "Represents a Truist deposit account for personal, small business, or commercial banking.",
"type": "object",
"properties": {
"accountId": {
"type": "string",
"description": "Unique account identifier assigned by Truist."
},
"accountNumber": {
"type": "string",
"description": "Masked account number (last 4 digits visible)."
},
"accountType": {
"type": "string",
"enum": ["CHECKING", "SAVINGS", "MONEY_MARKET", "CERTIFICATE_OF_DEPOSIT", "SWEEP"],
"description": "Type of deposit account."
},
"accountName": {
"type": "string",
"description": "Account nickname or display name."
},
"routingNumber": {
"type": "string",
"description": "ABA routing/transit number for the account."
},
"status": {
"type": "string",
"enum": ["ACTIVE", "INACTIVE", "CLOSED"],
"description": "Current operational status of the account."
},
"currency": {
"type": "string",
"default": "USD",
"description": "ISO 4217 currency code for the account."
},
"openedDate": {
"type": "string",
"format": "date",
"description": "Date the account was opened."
},
"customerId": {
"type": "string",
"description": "Associated customer or organization identifier (commercial accounts)."
}
},
"required": ["accountId", "accountType", "status", "currency"]
}
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/truist-financial-account"
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.