Create a registration request

Authentication

AuthorizationBasic

Basic authentication of the form Basic <username:password>.

Request

This endpoint expects an object.
stateenumRequired

US state abbreviation (required)

emailstringRequiredformat: "email"

User email (required)

company_idstringOptionalformat: "uuid"
Existing company ID
company_namestringOptional
Company name for new company
external_idstringOptional
External company identifier
tax_registration_typeslist of stringsOptional

Types of tax registrations (e.g., sales_tax, payroll_tax)

jurisdictionslist of stringsOptional
Tax jurisdictions
redirect_uristringOptionalformat: "uri"
Success redirect URL
redirect_back_uristringOptionalformat: "uri"
Back redirect URL

Response

registration request created
objectstring
idstringformat: "uuid"
stateenum
US state abbreviation
statusstring
Request status
tax_registration_typeslist of strings or null
Types of tax registrations requested
company_idstringformat: "uuid"
created_atstring
agencieslist of maps from strings to any
Tax agency registrations
itemslist of maps from strings to any
Registration items
external_idstring or null
submitted_atstring or null
tax_registrationmap from strings to any or null
Tax registration details

Errors