Home
Regions Financial Corporation
Regions List Transactions Example
Regions List Transactions Example
Banking Financial-Services Open Banking FDX Consumer Banking Wealth Management Fortune 500
Regions List Transactions Example is an example object payload from Regions Financial Corporation, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
request response
Example Payload
{
"request": {
"method": "GET",
"url": "https://api.regions.com/v1/accounts/acct-chk-001/transactions?startDate=2026-04-25&endDate=2026-05-02&limit=3",
"headers": {
"Authorization": "Bearer {access_token}",
"Accept": "application/json"
}
},
"response": {
"status": 200,
"body": {
"transactions": [
{
"transactionId": "txn-20260502-001",
"accountId": "acct-chk-001",
"postedDate": "2026-05-02",
"transactionDate": "2026-05-01",
"amount": -45.23,
"currency": "USD",
"description": "WHOLEFDS MAR 99999",
"category": "Groceries",
"type": "DEBIT",
"status": "POSTED",
"merchantName": "Whole Foods Market",
"merchantCategory": "5411"
},
{
"transactionId": "txn-20260501-002",
"accountId": "acct-chk-001",
"postedDate": "2026-05-01",
"transactionDate": "2026-04-30",
"amount": 3200.00,
"currency": "USD",
"description": "DIRECT DEPOSIT EMPLOYER",
"category": "Income",
"type": "CREDIT",
"status": "POSTED",
"merchantName": null,
"merchantCategory": null
},
{
"transactionId": "txn-20260429-003",
"accountId": "acct-chk-001",
"postedDate": "2026-04-29",
"transactionDate": "2026-04-29",
"amount": -125.00,
"currency": "USD",
"description": "REGIONS MORTGAGE PAYMENT",
"category": "Housing",
"type": "DEBIT",
"status": "POSTED",
"merchantName": "Regions Bank",
"merchantCategory": "6159"
}
],
"page": {
"total": 47,
"limit": 3,
"offset": 0,
"hasMore": true
}
}
}
}
Every example 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 examples
4 MCP tools reach this
find_examplesBrowse and filter every example 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.
All 92 tools →
Call it yourself
curl for this page
This example
curl "https://apis.io/api/v1/examples/regions-list-transactions-example"
All examples
curl "https://apis.io/api/v1/examples?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.