PayPal · Schema

Bank Account

The bank account information.

BillingCommerceDisputesInvoicesOrderPaymentsPayoutsSubscriptionTokensWebhook

Properties

Name Type Description
nick_name string The user-provided short name for the user's bank account.
account_number string The bank account number.
account_type string The type of bank account.
currency_code object The primary currency code of the bank account.
identifiers array An array of instrument institute attributes. Used with the account number to uniquely identify the instrument. Value is:
  • For banks with IBAN information, the IBAN number.
  • For banks with
branch_location object The branch location, if applicable.
mandate object Mandate for this bank account.
View JSON Schema on GitHub

JSON Schema

paypal-bank-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/bank",
  "title": "Bank Account",
  "type": "object",
  "additionalProperties": false,
  "description": "The bank account information.",
  "properties": {
    "nick_name": {
      "type": "string",
      "description": "The user-provided short name for the user's bank account.",
      "minLength": 1,
      "maxLength": 50,
      "pattern": "^[0-9A-Za-z_-]+$"
    },
    "account_number": {
      "type": "string",
      "description": "The bank account number.",
      "pattern": "\\d+",
      "minLength": 1,
      "maxLength": 50
    },
    "account_type": {
      "type": "string",
      "description": "The type of bank account.",
      "minLength": 1,
      "maxLength": 50,
      "pattern": "^[0-9A-Z_]+$",
      "enum": [
        "CHECKING",
        "SAVINGS"
      ]
    },
    "currency_code": {
      "description": "The primary currency code of the bank account.",
      "$ref": "#/components/schemas/currency_code"
    },
    "identifiers": {
      "type": "array",
      "description": "An array of instrument institute attributes. Used with the account number to uniquely identify the instrument. Value is:<ul><li>For banks with IBAN information, the IBAN number.</li><li>For banks with BBAN information, the BBAN number.</li><li>For banks with both IBAN and BBAN information, the IBAN number.</li></ul>",
      "items": {
        "$ref": "#/components/schemas/identifier"
      },
      "minItems": 0,
      "maxItems": 20
    },
    "branch_location": {
      "description": "The branch location, if applicable.",
      "$ref": "#/components/schemas/address_portable-2"
    },
    "mandate": {
      "description": "Mandate for this bank account.",
      "$ref": "#/components/schemas/mandate"
    }
  },
  "required": [
    "account_number",
    "account_type"
  ]
}

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/paypal-bank"
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.