Entity

Update a business entity

PATCH/entities/business/{entity_id}

Update an existing business entity.

Managing Associated Persons

Beneficial owners and control persons are now managed through the Associated Persons endpoints. This endpoint updates only the core business details.

Path Parameters

entity_id

stringRequired

Unique identifier for the entity.

Body Parameters

account_usage

array of stringsOptional

Indicates possible uses of the accounts an entity may use at Column. Only required for a root entity.

address

objectOptional

Addresses need to adhere to character validation, as addresses are used across multiple payment rails. Characters are validated according to the Fedwire character validation.

city

stringRequired

City name

country_code

stringRequired

Two-letter ISO 3166-1 alpha-2 country code (e.g. US)

line_1

stringRequired

Street address line 1

line_2

stringOptional

Street address line 2

postal_code

stringOptional

Postal or ZIP code

state

stringOptional

State or province

beneficial_owners

arrayOptional

A list of all the persons who have ultimate control over funds in the business, whether through ownership or other means. This is anyone who owns 25% or more of the business and those who control the funds. If no one owns more than 25% of the business, just the individual who has ultimate control of the funds must be included.

business_name

stringOptional

Legal Business Name

countries_of_operation

array of stringsOptional

Countries in which the business currently operates or expects to operate. Only ISO 3166-1 Alpha-2 Country Codes (e.g., US, FR, UK, DE, ... ) are allowed. Only required for a root entity.

country_of_incorporation

stringOptional

Country in which the business is incorporated. ISO 3166-1 Alpha-2 Country Code.

date_of_incorporation

stringOptional

Date on which the business was incorporated. Format: YYYY-MM-DD.

dba_name

stringOptional

Doing Business As name, if different from the legal business name.

description

stringOptional

Description of the business entity. Only required for a root entity.

ein

stringOptional

Employer Identification Number (Tax ID). This may be SSN for a sole proprietorship.

end_customer_type

stringOptional

Type of end customer the business serves.

expected_payment_rails

stringOptional

Expected transaction types for the account.

expected_use_of_funds

stringOptional

Expected use of funds for the business accounts.

has_virtual_address

booleanOptional

Indicates whether the business uses a virtual address.

industry

stringOptional

Industry in which the business entity operates.

is_high_risk

booleanOptional

Indicates whether the entity has been identified as high risk based on compliance screening

legal_type

stringOptional

Type of business. Permitted values are limited-partnership, trust, sole-proprietorship, corporation, llc, general-partnership, professional-association, government, non-profit, other, pic-piv, spv, irrevocable_trust, revocable_trust.

makes_international_payments

booleanOptional

Indicates whether the business expects to make international payments.

payment_volumes

stringOptional

Expected payment volumes. Only required for a root entity.

purpose_of_account

stringOptional

Intended use of the account.

registration_id

objectOptional

Registration ID. EIN or Registration ID is required.

country_code

stringOptional

Two-letter ISO 3166-1 alpha-2 country code of the issuing country

number

stringOptional

Registration or identification number (alphanumeric, up to 32 characters)

source_of_funds

stringOptional

Primary source of funds for the business.

state_of_incorporation

stringOptional

State in which the business is incorporated. Only postal abbreviations (e.g. AL, CA, DE, ...) are allowed. Only required for a root entity.

website

stringOptional

Website of the business. Optional, but highly encouraged as it will increase likelihood of an automated verification.

year_of_incorporation

stringOptional

Year in which the business entity was incorporated. Only required for a root entity.