Legal Entities

https://api.payload.com/legal_entities

Nested Objects

https://api.payload.com/legal_entities/{id}/owners

https://api.payload.com/legal_entities/{id}/stakeholders

Example

{
  "id": "le_QmZuy4fXOMKV8PGrrab75v2e",
  "object": "legal_entity",
  "attrs": {},
  "business_id": "string",
  "city": "string",
  "contact_email": "[email protected]",
  "contact_name": "string",
  "contact_title": "string",
  "country_code": "string",
  "created_at": "2024-08-21 13:35:03",
  "ein": "numeric",
  "legal_name": "string",
  "modified_at": "2024-08-21 13:35:03",
  "owners": [],
  "phone_number": "(123) 456-7890",
  "postal_code": "postal_code",
  "start_date": "2024-08-21 13:35:03",
  "state_incorporated": "string",
  "state_province": "string",
  "street_address": "string",
  "type": "LIMITED_LIABILITY_COMPANY",
  "unit_number": "string",
  "website": "string",
  "public_exchanges": {
    "primary": "NYSE",
    "symbols": {
      "nasdaq": "string",
      "nyse": "string"
    }
  }
}
Attributes Description
id
string readonly
Object ID
object
string readonly
Value: legal_entity
attrs
json
Custom object attributes
business_id
string
Business ID (CAD)
city
string required
City of the business
contact_email
email
Email of primary contact
contact_name
string
Name of primary contact
contact_title
string
Title of primary contact
country_code
string
Country code of the business address
created_at
datetime readonly
None
ein
numeric required
Tax ID of the entity
legal_name
string required
Legal name of the entity
modified_at
datetime readonly
None
owners
list
Array of associated Legal Entity Owner objects
phone_number
phone required
Phone number of the business
postal_code
postal_code required
Postal code of the business
start_date
datetime
Start date of the business
state_incorporated
string required
State where the legal entity was incorporated
state_province
string required
State of the business
street_address
string required
Street address of the business
type
string required
Values: LIMITED_LIABILITY_COMPANY CORPORATION PUBLIC_CORPORATION PARTNERSHIP GOVERNMENT_AGENCY ASSOCIATION_ESTATE_TRUST TAX_EXEMPT_ORGANIZATION INDIVIDUAL_SOLE_PROPRIETORSHIP
unit_number
string
Unit number of the business
website
string required
Website of the business
public_exchanges:  
primary
string required
Values: NYSE NASDAQ
symbols:  
nasdaq
string
None
nyse
string
None