> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lead.bank/llms.txt
> Use this file to discover all available pages before exploring further.

# The Account Number Object

> Field-level reference for the Account Number object, including identifiers, assignment, and linkage to accounts.

```json theme={null}
{
  "id": "account_number_xyz",
  "account_number": 123412341234,
  "routing_number": 123456789,
  "account_id": "account_xyz123",
  "client_customer_id": "<your_customer_id>",
  "entity_id": "entity_xyz123",
  "status": "active",
  "ach_controls": {
    "originator_id": "originator_xyz123",
    "incoming": {
      "accept_credit": true,
      "accept_debit": true,
      "counterparty_filter": "accept_all",
      "counterparty_company_ids_allowlist": [
        1234567890
      ]
    },
    "outgoing": {
      "counterparty_filter": "accept_all",
      "counterparty_account_numbers_allowlist": [
        {
          "type": "us_domestic",
          "account_number": 123412341234,
          "routing_number": 123412341234
        }
      ]
    }
  },
  "wire_controls": {
    "incoming": {
      "counterparty_filter": "accept_all",
      "counterparty_account_numbers_allowlist": [
        {
          "type": "us_domestic",
          "account_number": 123412341234,
          "routing_number": 123412341234
        }
      ]
    },
    "outgoing": {
      "counterparty_filter": "accept_all",
      "counterparty_account_numbers_allowlist": [
        {
          "type": "us_domestic",
          "account_number": 123412341234,
          "routing_number": 123412341234
        }
      ]
    },
    "outgoing_international": {
      "counterparty_filter": "accept_all",
      "counterparty_international_account_numbers_allowlist": [
        {
          "business_identifier_code": "CHASUS33",
          "account_identifier": {
            "value": "GB29NWBK60161331926819"
          }
        }
      ]
    }
  },
  "internal_transfer_controls": {
    "incoming": {
      "counterparty_filter": "accept_all",
      "counterparty_account_number_ids_allowlist": [
        "account_number_xyz123"
      ]
    },
    "outgoing": {
      "counterparty_filter": "accept_all",
      "counterparty_account_number_ids_allowlist": [
        "account_number_xyz123"
      ]
    }
  },
  "instant_payment_controls": {
    "incoming": {
      "counterparty_filter": "accept_all",
      "counterparty_account_numbers_allowlist": [
        {
          "account_number": 123412341234,
          "routing_number": 123412341234
        }
      ]
    },
    "outgoing": {
      "counterparty_filter": "accept_all",
      "counterparty_account_numbers_allowlist": [
        {
          "account_number": 123412341234,
          "routing_number": 123412341234
        }
      ]
    }
  },
  "metadata": {},
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z"
}
```
