Create an entity
Create a new entity from the specified values.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Headers
x-monite-version
Request
This endpoint expects an object.
address
An address description of the entity
email
An official email address of the entity
type
A type for an entity
Allowed values:
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 entity’s taxpayer identification number or tax ID. This field is required for entities that are non-VAT registered.
website
A website of the entity
Response
Successful Response
individual
OR
organization
Errors
400
Post Entities Request Bad Request Error
401
Post Entities Request Unauthorized Error
403
Post Entities Request Forbidden Error
422
Post Entities Request Unprocessable Entity Error
429
Post Entities Request Too Many Requests Error