Truist Financial · Capability
Truist Personal Banking
Unified personal and small business banking capability combining account management and transaction history. Used by fintech developers, personal finance management applications, and account aggregation platforms to give consumers and small business owners a complete view of their Truist banking data.
What You Can Do
GET
List accounts
— List all personal and small business deposit accounts.
/v1/accounts
GET
Get account
— Get details for a specific personal or small business account.
/v1/accounts/{accountId}
GET
Get account balances
— Get current and available balances for an account.
/v1/accounts/{accountId}/balances
GET
List transactions
— List transactions for a personal or small business account.
/v1/accounts/{accountId}/transactions
GET
Get transaction
— Get details for a specific account transaction.
/v1/accounts/{accountId}/transactions/{transactionId}
MCP Tools
list-accounts
List all personal and small business deposit accounts for the authenticated client.
read-only
get-account
Get details for a specific personal or small business deposit account.
read-only
get-account-balances
Get current and available balances for a personal or small business account.
read-only
list-transactions
Retrieve transaction history for a personal account with date range and status filtering.
read-only
get-transaction
Get details for a specific personal account transaction.
read-only
APIs Used
truist-personal-accounts
truist-personal-transactions