Entity Object

Entities represent the legal holders of your Accounts and are used to define ownership and identity in Transfers.

{
  "object": "entity",
  "mode": "test",
  "id": "ent_4324qwkalsds",
  "holder_name": "ACME Inc.",
  "holder_id": "ND",
  "is_root": true
}
FieldTypeDescription
objectstringThe type of the object, which is always entity.
modestringMode of the API (test or live).
idstringUnique identifier for the entity.
holder_namestringThe legal name of the entity owner.
holder_idstringThe unique ID of the entity owner.
is_rootbooleanIndicates whether this Entity is the main Entity within the organization’s structure.