Skip to main content
POST
/
v2
/
signup
{
  "legal_entity_id": "<string>",
  "url": "<string>"
}

Headers

authorization
string

Body

application/json
user_email
string
required
business_name
string
required
entity_type
enum<string>
required
Available options:
unset,
c_corp,
p_corp,
pllc,
llc,
llp,
lp,
gp
tax_class
enum<string>
required

The IRS tax classification for an entity.

In some circumstances, a company can elect to be treated different from the entity type for tax purposes. For example, an LLC can elect to be taxed as a corporation.

  • Corp: taxed as a corporation, the default for C Corps
  • S Corp: election using IRS Form 2553
  • Partnership: taxed as a partnership, the default for LPs
  • Disregarded: taxes pass through to the members, default for LLCs
  • Tax Exempt: an entity that is recognized by the IRS as being exempt from paying federal income taxes on its earnings
Available options:
unset,
corp,
s_corp,
partnership,
disregarded,
tax_exempt
incorporation_region
enum<string>
required
Available options:
AL,
AK,
AZ,
AR,
CA,
CO,
CT,
DE,
DC,
FL,
GA,
HI,
ID,
IL,
IN,
IA,
KS,
KY,
LA,
ME,
MD,
MA,
MI,
MN,
MS,
MO,
MT,
NE,
NV,
NH,
NJ,
NM,
NY,
NC,
ND,
OH,
OK,
OR,
PA,
RI,
SC,
SD,
TN,
TX,
UT,
VT,
VA,
WA,
WV,
WI,
WY
incorporated_date
string<date>
required
ein
string | null
llc_managed_type
enum<string> | null
Available options:
member_managed,
manager_managed
business_purpose
string | null
business_phone
string | null
business_email
string | null
business_address
object | null
mailing_address
object | null
naics_code
string | null
accounting_method
enum<string> | null
Available options:
accrual,
cash
accounting_period
enum<string> | null
Available options:
fiscal,
calendar
accounting_year_end
enum<string> | null
Available options:
January,
February,
March,
April,
May,
June,
July,
August,
September,
October,
November,
December
futa_liability_year
string | null
external_company_id
string | null
authorization_callback_url
string | null

Response

Successful Response

url
string | null

This is the next URL to follow to complete the signup process.

I