Moov · Schema

LinkBankAccountRequest

Request body for linking a bank account to a Moov account.

BankingEmbedded FinanceFinancial InfrastructureMoney MovementPaymentsTransfers

Properties

Name Type Description
account object Bank account details for direct linking.
plaid object Link via Plaid public token for pre-verified accounts.
mx object Link via MX widget token for pre-verified accounts.
View JSON Schema on GitHub

JSON Schema

moov-linkbankaccountrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LinkBankAccountRequest",
  "title": "LinkBankAccountRequest",
  "type": "object",
  "description": "Request body for linking a bank account to a Moov account.",
  "properties": {
    "account": {
      "type": "object",
      "description": "Bank account details for direct linking.",
      "properties": {
        "routingNumber": {
          "type": "string",
          "description": "ABA routing transit number.",
          "pattern": "^\\d{9}$"
        },
        "accountNumber": {
          "type": "string",
          "description": "Bank account number."
        },
        "bankAccountType": {
          "type": "string",
          "description": "Type of bank account.",
          "enum": [
            "checking",
            "savings"
          ]
        },
        "holderName": {
          "type": "string",
          "description": "Name of the account holder."
        },
        "holderType": {
          "type": "string",
          "description": "Whether the account is held by an individual or business.",
          "enum": [
            "individual",
            "business"
          ]
        }
      }
    },
    "plaid": {
      "type": "object",
      "description": "Link via Plaid public token for pre-verified accounts.",
      "properties": {
        "token": {
          "type": "string",
          "description": "Plaid public token from the Plaid Link flow."
        }
      }
    },
    "mx": {
      "type": "object",
      "description": "Link via MX widget token for pre-verified accounts.",
      "properties": {
        "token": {
          "type": "string",
          "description": "MX widget token."
        }
      }
    }
  }
}

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/moov-linkbankaccountrequest"
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.