regions-financial

Regions Financial Corporation is a member of the S&P 500 Index and one of the nation's largest full-service providers of consumer and commercial banking, wealth management, and mortgage products and services. Regions Bank is implementing open banking capabilities through a partnership with Axway's Amplify Open Banking solution, building APIs aligned to the Financial Data Exchange (FDX) standard to enable secure financial data sharing with fintech partners and third-party platforms. Regions joined FDX in 2021 and is targeting compliance with CFPB open banking rules by April 2027.

1 APIs 0 Features
BankingFinancial ServicesOpen BankingFDXConsumer BankingWealth ManagementFortune 500

APIs

Regions Open Banking API

Regions Bank's FDX-compliant open banking API built on Axway Amplify Open Banking, providing consent-based access to account information, transaction history, customer data, pay...

Collections

Pricing Plans

Rate Limits

Regions Financial Rate Limits

1 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Regions Financial Context

32 classes · 2 properties

JSON-LD

API Governance Rules

regions-financial API Rules

8 rules · 2 errors 6 warnings

SPECTRAL

JSON Structure

Regions Account Structure

0 properties

JSON STRUCTURE

Regions Transaction Structure

0 properties

JSON STRUCTURE

Example Payloads

Press

Regions Says AI Lifts Productivity 20% as Loan Growth Cools

2026-05-25

Regions Bank Taps IBM's AI to Power Next Generation ...

2026-05-25

Regions Bank and CRE FinTech Blooma Collaborate to ...

2026-05-25

Generative Artificial Intelligence: The Next Disruptive ...

2026-05-25

Regions AI tool helps steer cross-selling

2026-05-25

Resources

🔗
Website
Website
🔗
Website
Website
🔗
Website
Website
🔗
LinkedIn
LinkedIn
🔗
OpenAPI
OpenAPI
🔗
Vocabulary
Vocabulary

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Regions Open Banking API
  version: 1.0.0
request:
  auth:
    type: oauth2
    flow: authorization_code
    authorizationUrl: https://auth.regions.com/oauth/authorize
    accessTokenUrl: https://auth.regions.com/oauth/token
    credentials:
      clientId: '{{clientId}}'
      clientSecret: '{{clientSecret}}'
items:
- info:
    name: Account Information
    type: folder
  items:
  - info:
      name: List Accounts
      type: http
    http:
      method: GET
      url: https://api.regions.com/v1/accounts
      params:
      - name: accountType
        value: ''
        type: query
        description: Filter by account type
      - name: status
        value: ''
        type: query
        description: Filter by account status
    docs: Retrieve a list of accounts for the authenticated customer, including checking, savings, credit card, loan, and
      investment accounts.
  - info:
      name: Get Account
      type: http
    http:
      method: GET
      url: https://api.regions.com/v1/accounts/:accountId
      params:
      - name: accountId
        value: ''
        type: path
        description: Unique account identifier
    docs: Retrieve details for a specific account.
- info:
    name: Transactions
    type: folder
  items:
  - info:
      name: List Transactions
      type: http
    http:
      method: GET
      url: https://api.regions.com/v1/accounts/:accountId/transactions
      params:
      - name: accountId
        value: ''
        type: path
        description: Unique account identifier
      - name: startDate
        value: ''
        type: query
        description: Start date for transaction range (YYYY-MM-DD)
      - name: endDate
        value: ''
        type: query
        description: End date for transaction range (YYYY-MM-DD)
      - name: limit
        value: ''
        type: query
      - name: offset
        value: ''
        type: query
    docs: Retrieve transaction history for a specific account.
- info:
    name: Customer
    type: folder
  items:
  - info:
      name: Get Current Customer
      type: http
    http:
      method: GET
      url: https://api.regions.com/v1/customers/current
    docs: Retrieve the profile of the currently authenticated customer.
- info:
    name: Payments
    type: folder
  items:
  - info:
      name: Initiate Payment
      type: http
    http:
      method: POST
      url: https://api.regions.com/v1/payments
      body:
        type: json
        data: '{}'
    docs: Initiate a payment transfer from an authorized account.
  - info:
      name: Get Payment
      type: http
    http:
      method: GET
      url: https://api.regions.com/v1/payments/:paymentId
      params:
      - name: paymentId
        value: ''
        type: path
    docs: Retrieve status for a specific payment.
- info:
    name: Consent
    type: folder
  items:
  - info:
      name: List Consents
      type: http
    http:
      method: GET
      url: https://api.regions.com/v1/consents
    docs: List active data sharing consents granted by the customer.
  - info:
      name: Revoke Consent
      type: http
    http:
      method: DELETE
      url: https://api.regions.com/v1/consents/:consentId
      params:
      - name: consentId
        value: ''
        type: path
    docs: Revoke a specific data sharing consent.
bundled: true