Modern Treasury · Schema

external_account_type

Can be `checking`, `savings` or `other`.

FintechPaymentsACHWiresTreasury
View JSON Schema on GitHub

JSON Schema

modern-treasury-external-account-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/external_account_type",
  "title": "external_account_type",
  "type": "string",
  "enum": [
    "base_wallet",
    "cash",
    "checking",
    "crypto_wallet",
    "ethereum_wallet",
    "general_ledger",
    "loan",
    "non_resident",
    "other",
    "overdraft",
    "polygon_wallet",
    "savings",
    "solana_wallet"
  ],
  "description": "Can be `checking`, `savings` or `other`."
}