Modern Treasury · Schema

external_account_update_request

FintechPaymentsACHWiresTreasury

Properties

Name Type Description
party_type string Either `individual` or `business`.
account_type object
counterparty_id string
name string A nickname for the external account. This is only for internal usage and won't affect any payments
party_name string If this value isn't provided, it will be inherited from the counterparty's name.
party_address object
metadata object Additional data in the form of key-value pairs. Pairs can be removed by passing an empty string or `null` as the value.
View JSON Schema on GitHub

JSON Schema

modern-treasury-external-account-update-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/external_account_update_request",
  "title": "external_account_update_request",
  "type": "object",
  "properties": {
    "party_type": {
      "type": "string",
      "enum": [
        "business",
        "individual"
      ],
      "nullable": true,
      "description": "Either `individual` or `business`."
    },
    "account_type": {
      "$ref": "#/components/schemas/external_account_type"
    },
    "counterparty_id": {
      "type": "string",
      "format": "uuid",
      "nullable": true
    },
    "name": {
      "type": "string",
      "nullable": true,
      "description": "A nickname for the external account. This is only for internal usage and won't affect any payments"
    },
    "party_name": {
      "type": "string",
      "description": "If this value isn't provided, it will be inherited from the counterparty's name."
    },
    "party_address": {
      "$ref": "#/components/schemas/address_request"
    },
    "metadata": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      },
      "description": "Additional data in the form of key-value pairs. Pairs can be removed by passing an empty string or `null` as the value."
    }
  }
}

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/modern-treasury-external-account-update-request"
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.