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
}
Field | Type | Description |
---|---|---|
object | string | The type of the object, which is always entity . |
mode | string | Mode of the API (test or live). |
id | string | Unique identifier for the entity. |
holder_name | string | The legal name of the entity owner. |
holder_id | string | The unique ID of the entity owner. |
is_root | boolean | Indicates whether this Entity is the main Entity within the organization’s structure. |