latestOpenAPI 3.0.02026-08-11800117.9 KB

6687ff8993a0

Capabilities

entities.upsert

Create a new legal entity or update an existing one.

post/capabilities/entities.upsert

Request body

entityIdstring

Entity ID to update. Omit to create a new entity.

namestring required

Legal entity name

entityKind'individual' | 'organization' nullable

Whether the legal entity is an individual or organization. Null clears the assignment.

streetAddressstring

Street address

addressLine2string

Address line 2

citystring

City

stateOrProvincestring

State or province

postalCodestring

Postal/zip code

countrystring required

Country name

contactNumberstring

Phone number

emailstring

Email address

taxIdstring

Tax ID / VAT number

aliasesstring[]

Alternative names for this entity

Response

Successful response

successboolean
codeinteger

Example response

{
  "success": true,
  "code": 200
}