Statement entity

An account statement

Financial DataOpen BankingOpen FinanceFinancial Data ExchangeConsumer-PermissionedAccount DataTransactionInvestmentsInsuranceTax DataPayrollRESTAuthenticationFAPICFPB 1033

Properties

Name Type Description
accountId object Corresponds to `accountId` in Account entity
statementId object Long-term persistent identity of the statement. This identity must be unique within your organization
statementDate object The date the statement becomes available to be viewed by the user
description string Description of the statement
links object The HATEOAS links to retrieve this account statement, or to invoke other APIs. **Note:** Plaid only accepts one link object in this array
status string Availability status of statement
View JSON Schema on GitHub

JSON Schema

fdx-statement.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Statement entity",
  "description": "An account statement\n",
  "type": "object",
  "properties": {
    "accountId": {
      "$ref": "#/components/schemas/Identifier",
      "description": "Corresponds to `accountId` in Account entity\n"
    },
    "statementId": {
      "$ref": "#/components/schemas/Identifier",
      "description": "Long-term persistent identity of the statement. This identity must be unique within your organization\n"
    },
    "statementDate": {
      "$ref": "#/components/schemas/DateString",
      "description": "The date the statement becomes available to be viewed by the user\n"
    },
    "description": {
      "type": "string",
      "description": "Description of the statement\n"
    },
    "links": {
      "$ref": "#/components/schemas/HateoasLinks",
      "description": "The HATEOAS links to retrieve this account statement, or to invoke other APIs.\n\n**Note:** Plaid only accepts one link object in this array\n"
    },
    "status": {
      "type": "string",
      "description": "Availability status of statement\n"
    }
  }
}

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.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/fdx-statement"
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.