CompanyUpdate
Company fields accepted when creating or updating an account.
- addressnullable
The customer's address.
- cityType: string | nullmax length:100
City, district, suburb, town, or village.
- countryType: string | nullmax length:2
Two-letter country code (ISO 3166-1 alpha-2).
- line1Type: string | nullmax length:100
Address line 1 (e.g., street, PO Box, or company name).
- line2Type: string | nullmax length:100
Address line 2 (e.g., apartment, suite, unit, or building).
- postalType: string | null
_code max length:100ZIP or postal code.
- stateType: string | nullmax length:100
State, county, province, or region.
- directorsType: boolean
_provided Whether the company's directors have been provided.
- executivesType: boolean
_provided Whether the company's executives have been provided.
- nameType: string | null
The legal name of the company.
- ownersType: boolean
_provided Whether the company's owners have been provided.
- phoneType: string | null
The official business phone for verification and compliance.
- registrationType: object · RegistrationDatenullable
_date The date on which the company was incorporated or registered.
Date on which a company was incorporated or registered.
- dayType: integer Format: int32min:1max:31required
Signed 32-bit integers (commonly used integer type).
- monthType: integer Format: int32min:1max:12required
Signed 32-bit integers (commonly used integer type).
- yearType: integer Format: int32min:1000max:9999required
Signed 32-bit integers (commonly used integer type).
- registrationType: string | null
_number The company's registration number.
- structureType: string · CompanyStructureenumnullable
The structure of the company.
values- multi
_member _llc - private
_corporation - private
_partnership - public
_corporation - public
_partnership
- taxType: string | null
_id The company's tax identifier, as appropriate for its country.
- taxType: string | null
_id _registrar The jurisdiction in which the tax ID is registered.
- vatType: string | null
_id The company's VAT number.

