Connection Legal Entities

A connection_legal_entity is a representation of a Legal Entity at a downstream vendor.

AttributeDescription
id
string
Unique identifier for the Connection Legal Entity.
live_mode
boolean
This field will be true if this object was created with a production API key or false if created with a test API key.
status
string
The current status of the Connection Legal Entity. Possible values: completed denied, failed, processing.
connection_id
string
The UUID of the Connection .
legal_entity_id
string
The UUID of the Legal Entity
vendor_entity_id
string
The ID of the entity at the Connection.

{
  "id": "8425ab9c-725f-4ef1-8102-a582926e753b",
  "object": "legal_entity",
  "live_mode": true,
  "status": "completed",
  "legal_entity_id": "6a33a4df-48ee-4a44-9ebf-66f00c6a2333",
  "connection_id": "8abeaf42-2159-413d-99e9-1e7bf059bc71",
  "discarded_at": null,
  "created_at": "2024-02-05T17:42:33Z",
  "updated_at": "2024-02-05T17:42:33Z"
}