Huntington Bancshares website screenshot

Huntington Bancshares

Huntington Bancshares is a regional bank holding company that provides full-service consumer and business banking, insurance, investment, mortgage, equipment leasing, and commercial banking services. Huntington operates a developer portal at hnbdevportal.huntington.com built on Apigee X, offering API-first treasury management solutions with over 500 interfaces that process more than 10 million transaction events daily.

1 APIs 0 Features
BankingERP IntegrationOpen BankingPaymentsTreasuryFortune 1000

APIs

Huntington Bank Treasury Management API

The Huntington Bank Treasury Management API is part of Huntington's Treasury Management Connectivity Ecosystem, an API-first platform that enables businesses to unify banking, E...

Collections

Pricing Plans

Rate Limits

Huntington Bancshares Rate Limits

2 limits

RATE LIMITS

FinOps

Press

Huntington Launches Huntington Heads Up® with AI to ...

2026-05-25

Huntington Bank Announces Treasury Management ...

2026-05-25

BANK INVESTMENT AIMS TO IMPROVE REVENUE ...

2026-05-25

Veuu Announces Partnership with Huntington Bancshares ...

2026-05-25

Huntington Launches Huntington Heads Up® with AI to ...

2026-05-25

Resources

🔗
LinkedIn
LinkedIn
🌐
Portal
Portal
🔗
Website
Website
📜
PrivacyPolicy
PrivacyPolicy

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Huntington Bank Treasury Management API
  version: '1.0'
request:
  auth:
    type: oauth2
    flow: client_credentials
    accessTokenUrl: https://api.huntington.com/oauth/token
    credentials:
      clientId: '{{clientId}}'
      clientSecret: '{{clientSecret}}'
items:
- info:
    name: Accounts
    type: folder
  items:
  - info:
      name: Get treasury accounts
      type: http
    http:
      method: GET
      url: https://api.huntington.com/v1/accounts
    docs: Retrieves a list of treasury and deposit accounts for the authenticated business customer.
  - info:
      name: Get account balances
      type: http
    http:
      method: GET
      url: https://api.huntington.com/v1/accounts/:accountId/balances
      params:
      - name: accountId
        value: ''
        type: path
        description: The unique account identifier
    docs: Retrieves current and available balance information for a specific account.
- info:
    name: Transactions
    type: folder
  items:
  - info:
      name: Get account transactions
      type: http
    http:
      method: GET
      url: https://api.huntington.com/v1/accounts/:accountId/transactions
      params:
      - name: accountId
        value: ''
        type: path
        description: The unique account identifier
      - name: fromDate
        value: ''
        type: query
      - name: toDate
        value: ''
        type: query
    docs: Retrieves transaction history for a specific account with optional date range filtering.
- info:
    name: Payments
    type: folder
  items:
  - info:
      name: Initiate a payment
      type: http
    http:
      method: POST
      url: https://api.huntington.com/v1/payments
      body:
        type: json
        data: '{}'
    docs: Initiates a payment transaction from a treasury account.
bundled: true