Skip to main content
PATCH
Update an entity
Use this endpoint to complete or correct an entity’s business details before they are submitted for verification. Once an entity’s details have been submitted, only the contact details (phone, website, description) and the business address remain updatable; the other fields are locked. Contact Plane support to change a verified entity’s legal details.

Parameters

string
required
The ID of the entity to update.
string
The legal name of the entity as registered with government authorities.
string
Two-letter ISO country code (ISO 3166-1 alpha-2) where the entity is legally domiciled.
object
The primary business address of the entity.
string
“Doing Business As” name - the trade name used by the entity if different from the legal name.
string
A brief description of the entity’s business activities or purpose.
string
Primary contact email address for the entity.
string
Primary contact phone number for the entity.
string
The entity’s primary website URL.
string
The legal structure of the entity. Allowed values are corporation, llc, or partnership.
object
Details about the entity’s legal formation.
object
Tax identification information for the entity. Write-only: never returned in API responses.
object
Arbitrary key-value data to attach to the entity.

Returns

Returns the updated Entity object.