Create an entity

Create a new entity from the specified values.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

x-monite-versionstringRequired

Request

This endpoint expects an object.
addressobjectRequired

An address description of the entity

emailstringRequiredformat: "email"

An official email address of the entity

typeenumRequired

A type for an entity

Allowed values:
phonestringOptional<=100 characters

The contact phone number of the entity. Required for US organizations to use payments.

websitestringOptionalformat: "uri">=1 character<=2083 characters

A website of the entity

organizationobjectOptional

A set of meta data describing the organization

individualobjectOptional

A set of meta data describing the individual

tax_idstringOptional>=1 character<=30 characters

The entity’s taxpayer identification number or tax ID. This field is required for entities that are non-VAT registered.

registration_numberstringOptional>=1 character<=100 characters

(Germany only) The entity’s commercial register number (Handelsregisternummer) in the German Commercial Register, if available.

registration_authoritystringOptional>=1 character<=100 characters

(Germany only) The name of the local district court (Amtsgericht) where the entity is registered. Required if registration_number is provided.

Response

Successful Response

individualobject
OR
organizationobject

Errors