POST
/
v1
/
businesses

Body

external_id
string

Unique ID of the business in your system for linking purposes.

legal_name
string
required

Legal name of the business as it has been registered.

tin
string

Tax identification number of the business.

us_state
enum
required

Two letter state abbreviation. (AK, AL, AR, etc.)

entity_type
enum
required

Entity type of the business. Used to determine tax filing status. Values can be: SOLE_PROP, C_CORP, LLC, S_CORP, PARTNERSHIP

phone_number
string

Phone number used for SMS based categorization.

sms_enabled
boolean

Enables SMS by default. Client SMS configuration must be enabled and business must also be configured with a phone number to enable SMS. If set SMS is enabled, business will immediately receive onboarding SMS messages. Defaults to false.

naics_code
string

6-digit NAICS code used to identify the business’s industry.

activation_time
ISO8601 timestamp

Start date from which transactions will be classified, displayed, and available for reports. Defaults to current time, but can be specified to a past or future date.

unit_accounts
array containing UnitAccount objects

List of unit accounts associated with this business.

plaid_items
array containing PlaidItem objects

List of plaid items to connect to this business.

plaid_processor_tokens
array containing PlaidProcessorToken objects

List of plaid processor tokens to connect to this business.

Response

Returns the created Business Object