Business
Update a Business
This endpoint updates a business.
PUT
/
v1
/
businesses
/
{business_id}
Path Parameters
business_id
string
requiredID of the Business to update
Body
Note - all fields are optional and can be omitted.
legal_name
string
Legal name of the business as it has been registered.
tin
string
Tax identification number of the business.
us_state
enum
Two letter state abbreviation. (AK
, AL
, AR
, etc.)
activation_at
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.
naics_code
string
6-digit NAICS code used to identify the business’s industry.
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 updated Business Object