Update the current entity
DeprecatedDeprecated. Use PATCH /entity_users/my_entity
instead.
Headers
Authorization
Bearer authentication of the form Bearer <token>
, where token is your auth token.
x-monite-version
Request
This endpoint expects an object.
address
An address description of the entity
email
An official email address of the entity
individual
A set of meta data describing the individual
organization
A set of meta data describing the organization
phone
The contact phone number of the entity. Required for US organizations to use payments.
registration_number
(Germany only) The entity’s commercial register number (Handelsregisternummer) in the German Commercial Register, if available.
tax_id
The new taxpayer identification number (tax ID) of the entity. Tax ID is required for entities that are not VAT-registered.
Note: If an entity that is onboarded for payments updates its tax ID, this entity must re-accept the Monite payments terms of service (ToS) to continue using payments. To accept the ToS, call PATCH /entities/{entity_id}/onboarding_data
and provide the new tos_acceptance.date
timestamp. This timestamp must be later than the time when the tax_id
was last updated.
website
A website of the entity
Response
Successful Response
individual
OR
organization